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:
Andrew Clemons 2022-02-05 17:31:38 +13:00 committed by Willy Sudiarto Raharjo
parent 42fffba26f
commit 9fbc791387
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"