diff options
author | Pu Du <pu.du@ro.ru> | 2024-02-22 21:37:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:44 +0700 |
commit | 11e077898365e9823d0881290b7dc2b66ae97170 (patch) | |
tree | 5fa087f09254b92e84142ccca293edba811f2697 /network | |
parent | 1bdf3cdbde368a3dc0b28609c0ed276d580937ef (diff) |
network/nyxt: Updated for version 3.11.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/nyxt/nyxt.SlackBuild | 2 | ||||
-rw-r--r-- | network/nyxt/nyxt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/nyxt/nyxt.SlackBuild b/network/nyxt/nyxt.SlackBuild index f54e182155ddb..1153dc10bb085 100644 --- a/network/nyxt/nyxt.SlackBuild +++ b/network/nyxt/nyxt.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nyxt -VERSION=${VERSION:-3.11.1} +VERSION=${VERSION:-3.11.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/nyxt/nyxt.info b/network/nyxt/nyxt.info index bd755b0e08d2a..5ee59bc3cdf4b 100644 --- a/network/nyxt/nyxt.info +++ b/network/nyxt/nyxt.info @@ -1,8 +1,8 @@ PRGNAM="nyxt" -VERSION="3.11.1" +VERSION="3.11.3" HOMEPAGE="https://nyxt.atlas.engineer/" -DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.11.1/nyxt-3.11.1-source-with-submodules.tar.xz" -MD5SUM="032b0aee835a2c2dc6a30c243ae2d54b" +DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.11.3/nyxt-3.11.3-source-with-submodules.tar.xz" +MD5SUM="8c984a9a4429496d2bdef1bae39e361a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libfixposix sbcl webkit2gtk" |