aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gx
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2019-05-02 15:43:41 -0500
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-04 20:17:51 +0000
commit8e8a60e7b898c468c0f249776ab5467e85b133a2 (patch)
tree7adf870389990f5eadcf485384094f84f65c1665 /testing/gx
parent377e36549726e84308d76450069060a9082366bf (diff)
testing/gx: upgrade to 0.14.2
- https://github.com/whyrusleeping/gx/releases 0.14.2 - Modernize
Diffstat (limited to 'testing/gx')
-rw-r--r--testing/gx/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/gx/APKBUILD b/testing/gx/APKBUILD
index d1ab7a2ef42..e916cb5924f 100644
--- a/testing/gx/APKBUILD
+++ b/testing/gx/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=gx
-pkgver=0.14.1
-pkgrel=1
+pkgver=0.14.2
+pkgrel=0
pkgdesc="Packaging tool build around the distributed, content addressed filesystem IPFS"
url="https://github.com/whyrusleeping/gx"
arch="all"
@@ -33,8 +33,6 @@ build() {
}
package() {
- cd "$builddir"
-
install -Dm 755 gx "${pkgdir}/usr/bin/gx"
install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE
}
@@ -50,6 +48,6 @@ glide_init() {
cd "$startdir" && abuild checksum clean
}
-sha512sums="cb61f669e9945604cb68225ce4cee3ff26d944b54078909aa573b781bd72b928a603e94a21eb95644a23ec2e09b0bf4deef84457f588d9be16a0b4dbf8d7f194 gx-0.14.1.tar.gz
+sha512sums="60d0dfd330181f82d69a6018c5ac7a3d1cd5a3dd137dd93dba01b6ab1374a961eceb377d4ff7c69753e6fc80fcbcc3f780bbb57cc19ec0cee961cdba787ef87d gx-0.14.2.tar.gz
b1ac1cdd2ed760072cab4d63876ad711407bc467bee37ee3740b477f1071a13e0086afef99d15cb9267634ca8496aa92d1a1b399fc99f0479336433c9212810d glide.yaml
6ddf9614c4244258191f0ba7fe1e41d5f84981795a71edc1f3d117f7ec72f1928d887a2dd9aecdb78c7cdac6c04eedf09e2e0af79f6049c337e122b5c7ac5ee7 glide.lock"