mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/go-mtree: Updated for version 0.5.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
42fffba26f
commit
9fbc791387
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=go-mtree
|
||||
VERSION=${VERSION:-0.4.4}
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="go-mtree"
|
||||
VERSION="0.4.4"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="https://github.com/vbatts/go-mtree"
|
||||
DOWNLOAD="https://github.com/vbatts/go-mtree/archive/v0.4.4/go-mtree-0.4.4.tar.gz"
|
||||
MD5SUM="94afa436fa274b479ad3986927dd1596"
|
||||
DOWNLOAD="https://github.com/vbatts/go-mtree/archive/v0.5.0/go-mtree-0.5.0.tar.gz"
|
||||
MD5SUM="b57dbfa496c663d7363ad773527c9d61"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue