diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 03:37:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 03:37:27 -0300 |
commit | e92bc1e70dc05a1b85f96ed8192b19ff63193595 (patch) | |
tree | 7185980157a76a93a22205bc9496f610412a51d7 /testing/hub | |
parent | 62ae652c82d5fd0cad7564c28d2c653c2d951f15 (diff) | |
download | aports-e92bc1e70dc05a1b85f96ed8192b19ff63193595.tar.bz2 aports-e92bc1e70dc05a1b85f96ed8192b19ff63193595.tar.xz |
testing/hub: upgrade to 2.12.7
Diffstat (limited to 'testing/hub')
-rw-r--r-- | testing/hub/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD index f8e6c7a862..3ea47ea174 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.12.6 +pkgver=2.12.7 pkgrel=0 pkgdesc="Extends git with extra features for GitHub" url="https://hub.github.com/" @@ -67,4 +67,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/$pkgname.fish } -sha512sums="ff15bd3f136783d3b8c7885dfc54fdaa8cbc656558dccdc4354d0ee3f7535fe8bbd958c83b37a780ff4c6bd3dec096e9ca42610401aaffa6375422b9a1181e7f hub-2.12.6.tar.gz" +sha512sums="ebc8549e431978e779519fd076834c9ef109542317ecbb869155bde6d74fce0833ad850c994092348ce8517a04d648754d3f085050deab21caa86dd541d71d21 hub-2.12.7.tar.gz" |