diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 19:51:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 07:28:50 -0300 |
commit | 5ca967c907d52096bb2281af4fbf6743fbebaae5 (patch) | |
tree | 36d0a98a2c4e95a83a64e34c3370c3f16b08735c /testing/hub | |
parent | 9ec558f8ed72f7988a8ecbedaf397e2bb30ed3f6 (diff) | |
download | aports-5ca967c907d52096bb2281af4fbf6743fbebaae5.tar.bz2 aports-5ca967c907d52096bb2281af4fbf6743fbebaae5.tar.xz |
testing/hub: upgrade to 2.12.0
Diffstat (limited to 'testing/hub')
-rw-r--r-- | testing/hub/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD index 98be5bc285..f4d3fba037 100644 --- a/testing/hub/APKBUILD +++ b/testing/hub/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Eivind Uggedal <eu@eju.no> # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=hub -pkgver=2.11.2 +pkgver=2.12.0 pkgrel=0 pkgdesc="Extends git with extra features for GitHub" url="https://hub.github.com/" @@ -27,19 +27,16 @@ prepare() { } build() { - cd "$builddir" export GOPATH="$srcdir" make make man-pages } check() { - cd "$builddir" bin/hub --version } package() { - cd "$builddir" make PREFIX="$pkgdir"/usr install } @@ -70,4 +67,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/$pkgname.fish } -sha512sums="3b8230d1ee6619c2fe502cd3a7ad04aeab4ca77a6251c4d50c87addad3e3cbb043c8c102b080cb7a528e1d72f1ac6a59d8ca1c024f15601aa35b74961590420d hub-2.11.2.tar.gz" +sha512sums="5246070238e3c021b57e334989f01bde2b48c51a3a1bd8f419ea3e0bb9697048d1c8f58e2bfdac17ef3ed8996d6f1cd41a09f3d93c641c6eb404e0fcae9bae11 hub-2.12.0.tar.gz" |