network/nyxt: Updated for version 3.6.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pu Du 2023-08-25 22:06:25 +09:00 committed by Willy Sudiarto Raharjo
parent 76f3580466
commit eb7db68c06
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nyxt
VERSION=${VERSION:-3.5.0}
VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="nyxt"
VERSION="3.5.0"
VERSION="3.6.0"
HOMEPAGE="https://nyxt.atlas.engineer/"
DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.5.0/nyxt-3.5.0-source-with-submodules.tar.xz"
MD5SUM="7400ca6bdef98ff9284c713071910312"
DOWNLOAD="https://github.com/atlas-engineer/nyxt/releases/download/3.6.0/nyxt-3.6.0-source-with-submodules.tar.xz"
MD5SUM="896bb7fe8d5d5001f7d089bc41bc038a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libfixposix sbcl webkit2gtk"