mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/slackroll: Updated for version v51.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
89f7b9cea5
commit
ada4e15677
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for slackroll
|
||||
|
||||
# Copyright 2011-2018,2020-2022 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2022 Andrew Clemons, Tokyo Japan
|
||||
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=slackroll
|
||||
VERSION=${VERSION:-v50}
|
||||
VERSION=${VERSION:-v51}
|
||||
SRCVER=${VERSION#v}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slackroll"
|
||||
VERSION="v50"
|
||||
VERSION="v51"
|
||||
HOMEPAGE="http://slackroll.github.io/slackroll/"
|
||||
DOWNLOAD="https://github.com/slackroll/slackroll/archive/v50/slackroll-50.tar.gz"
|
||||
MD5SUM="32a8d38b301684c4d2fad408539305cc"
|
||||
DOWNLOAD="https://github.com/slackroll/slackroll/archive/v51/slackroll-51.tar.gz"
|
||||
MD5SUM="dbcdbeca08913227a23b61a1230649ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue