diff options
author | Pu Du <pu.du@ro.ru> | 2023-09-15 06:39:56 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:17 +0700 |
commit | f4389f98e2f0ff760331d5d21f4b02a23fc745ce (patch) | |
tree | 54e275e068c47230f0d5eeb6ffccd741e5923e87 | |
parent | e8a8802954a17779078e10e89c371595fa635844 (diff) |
network/nyxt: Updated for version 3.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 e27788229910..ad7d0a27669e 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.6.0} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/nyxt/nyxt.info b/network/nyxt/nyxt.info index 3677741e91a3..31dbde1e432e 100644 --- a/network/nyxt/nyxt.info +++ b/network/nyxt/nyxt.info @@ -1,8 +1,8 @@ PRGNAM="nyxt" -VERSION="3.6.0" +VERSION="3.7.0" HOMEPAGE="https://nyxt.atlas.engineer/" -DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.6.0/nyxt-3.6.0-source-with-submodules.tar.xz" -MD5SUM="896bb7fe8d5d5001f7d089bc41bc038a" +DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.7.0/nyxt-3.7.0-source-with-submodules.tar.xz" +MD5SUM="4e9e2bc7154cafc90f3a40e6a508e01d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libfixposix sbcl webkit2gtk" |