diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-22 04:55:22 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-22 04:55:22 +0100 |
commit | 7f0fa4faa60bbec5e6c6a68877e67d4f72b6f080 (patch) | |
tree | 6e5083149f7c0020e38aee56fb03038ef716e0fb /testing | |
parent | 48b48f1a0654e1dacb2cee418ddc1f455f51b371 (diff) | |
download | aports-7f0fa4faa60bbec5e6c6a68877e67d4f72b6f080.zip |
testing/hub: upgrade to 2.14.1
Diffstat (limited to 'testing')
-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 3d361307971..3bbae3b5970 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.13.0 +pkgver=2.14.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="77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342 hub-2.13.0.tar.gz" +sha512sums="dc4fc1ea27c4338ace1233089eea45fe4b636d6b000ef49b2ae44481d508b76c4c2035573acb0654efb2a3986ebdeb7b57dee9e77bbbdedc319c6dbba4ea6f8c hub-2.14.1.tar.gz" |