diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 22:47:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-10 23:04:53 -0300 |
commit | 0788b9bb4ddd50c13db4c9a65332d3d192955b09 (patch) | |
tree | c4138a27e0959a35c455f76b6aa5d29da0121f35 | |
parent | 27d5954177595dfcf9c9546aa83cb139977c56ae (diff) | |
download | aports-0788b9bb4ddd50c13db4c9a65332d3d192955b09.tar.bz2 aports-0788b9bb4ddd50c13db4c9a65332d3d192955b09.tar.xz |
testing/hub: upgrade to 2.12.8
-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 3ea47ea174..f9a3fcf54c 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.7 +pkgver=2.12.8 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="ebc8549e431978e779519fd076834c9ef109542317ecbb869155bde6d74fce0833ad850c994092348ce8517a04d648754d3f085050deab21caa86dd541d71d21 hub-2.12.7.tar.gz" +sha512sums="406643994136bab8ef8e875e2a7d53fe1e2d0313465c1b36b0c12a0fb48a5c2e7de6be6ca999de3465ed2833d5d68f77c83876858778e6fe350bb7bf0d7a5e76 hub-2.12.8.tar.gz" |