diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-11 16:58:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-11 17:01:51 -0300 |
commit | 7e42d6ca4ed4e4b9802df8a8c2ae10a3a7bf8b80 (patch) | |
tree | f434723ef982a52fdc529b59dfcc50ac5b01c5c9 /testing/hub/APKBUILD | |
parent | 993a43439a71a2fb0b0b820b8f794ed40c2daf53 (diff) | |
download | aports-7e42d6ca4ed4e4b9802df8a8c2ae10a3a7bf8b80.tar.bz2 aports-7e42d6ca4ed4e4b9802df8a8c2ae10a3a7bf8b80.tar.xz |
testing/hub: upgrade to 2.12.2
Diffstat (limited to 'testing/hub/APKBUILD')
-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 de28dacc8b..4d3e2406cb 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.1 +pkgver=2.12.2 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="c7b62758e423bf69fde2a4b040e1a9586cf76c2fbe633f4abc8ec465db1e37694efec23ce947b71c4131f5c73a37b5427f6c454061d2eb743a6b5f4c4e274107 hub-2.12.1.tar.gz" +sha512sums="909b839a58563a13baf744a73096e5f93ead212a43a745ff77e2411c4410b26ab196e441c36b4afdfa6c70d17344741219b26fe5e83634b5a6662619de09a47c hub-2.12.2.tar.gz" |