diff options
Diffstat (limited to 'system/sbctl')
-rw-r--r-- | system/sbctl/sbctl.SlackBuild | 2 | ||||
-rw-r--r-- | system/sbctl/sbctl.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/sbctl/sbctl.SlackBuild b/system/sbctl/sbctl.SlackBuild index bf61e526a4..327754820a 100644 --- a/system/sbctl/sbctl.SlackBuild +++ b/system/sbctl/sbctl.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbctl -VERSION=${VERSION:-0.16} +VERSION=${VERSION:-0.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/sbctl/sbctl.info b/system/sbctl/sbctl.info index a531f7e208..55270192f7 100644 --- a/system/sbctl/sbctl.info +++ b/system/sbctl/sbctl.info @@ -1,8 +1,8 @@ PRGNAM="sbctl" -VERSION="0.16" +VERSION="0.17" HOMEPAGE="https://github.com/Foxboron/sbctl" -DOWNLOAD="https://github.com/Foxboron/sbctl/releases/download/0.16/sbctl-0.16.tar.gz" -MD5SUM="f3c253efd761a0f6b7e0fd57208bcbfb" +DOWNLOAD="https://github.com/Foxboron/sbctl/releases/download/0.17/sbctl-0.17.tar.gz" +MD5SUM="0c60df79499ed7ebb9e6f1b70499a12d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |