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:
parent
76f3580466
commit
eb7db68c06
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue