development/roswell: Updated for version 22.12.14.113.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f055e5132e
commit
37c234b671
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for roswell
|
||||
|
||||
# Copyright 2022 n1to <n1to-slack@posteo.net>
|
||||
# Copyright 2023 n1to <n1to-slack@posteo.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,8 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=roswell
|
||||
VERSION=${VERSION:-21.10.14.111}
|
||||
VERSION=${VERSION:-22.12.14.113}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -41,7 +43,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="roswell"
|
||||
VERSION="21.10.14.111"
|
||||
VERSION="22.12.14.113"
|
||||
HOMEPAGE="https://roswell.github.io/"
|
||||
DOWNLOAD="https://github.com/roswell/roswell/archive/v21.10.14.111/roswell-21.10.14.111.tar.gz"
|
||||
MD5SUM="a680a0d75afc768a78f1cbc22a87954b"
|
||||
DOWNLOAD="https://github.com/roswell/roswell/archive/v22.12.14.113/roswell-22.12.14.113.tar.gz"
|
||||
MD5SUM="f21483b0e9d7781b4829f0c14a6ea503"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue