diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-06 23:30:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 01:56:58 -0300 |
commit | 9d3950163cab1a007a9c4f5f1438ae50e63825ab (patch) | |
tree | 8ceccd6f693a3235c283342ad080d3769f8b3e0a | |
parent | b8e85e1bfe61fc92d50db560653ba97d363e7786 (diff) | |
download | aports-9d3950163cab1a007a9c4f5f1438ae50e63825ab.tar.bz2 aports-9d3950163cab1a007a9c4f5f1438ae50e63825ab.tar.xz |
testing/hub: upgrade to 2.13.0
-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 f9a3fcf54c..3d36130797 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.8 +pkgver=2.13.0 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="406643994136bab8ef8e875e2a7d53fe1e2d0313465c1b36b0c12a0fb48a5c2e7de6be6ca999de3465ed2833d5d68f77c83876858778e6fe350bb7bf0d7a5e76 hub-2.12.8.tar.gz" +sha512sums="77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342 hub-2.13.0.tar.gz" |