diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-29 01:09:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-29 04:06:39 -0300 |
commit | 8a75360b7b1947ecc354245e176f56e331befd17 (patch) | |
tree | 37f0723efa28fd39d16e536346d8087b37414ea7 | |
parent | 3b008068071879a67132134a293ef57cabd08923 (diff) | |
download | aports-8a75360b7b1947ecc354245e176f56e331befd17.tar.bz2 aports-8a75360b7b1947ecc354245e176f56e331befd17.tar.xz |
testing/hub: upgrade to 2.12.1
-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 f4d3fba037..de28dacc8b 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.0 +pkgver=2.12.1 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="5246070238e3c021b57e334989f01bde2b48c51a3a1bd8f419ea3e0bb9697048d1c8f58e2bfdac17ef3ed8996d6f1cd41a09f3d93c641c6eb404e0fcae9bae11 hub-2.12.0.tar.gz" +sha512sums="c7b62758e423bf69fde2a4b040e1a9586cf76c2fbe633f4abc8ec465db1e37694efec23ce947b71c4131f5c73a37b5427f6c454061d2eb743a6b5f4c4e274107 hub-2.12.1.tar.gz" |