diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-30 15:22:50 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-30 15:22:50 +0100 |
commit | 65ffb2623d5c6d60e971b67c680abcb17327ad5a (patch) | |
tree | 6bd8cac31d8114fb16278e9c058ed0cd6df72dc6 /community/hub | |
parent | 25b1fd3abb7f7af973003e119655c741f1db26b5 (diff) | |
download | aports-65ffb2623d5c6d60e971b67c680abcb17327ad5a.tar.bz2 aports-65ffb2623d5c6d60e971b67c680abcb17327ad5a.tar.xz |
community/hub: upgrade to 2.2.2
Diffstat (limited to 'community/hub')
-rw-r--r-- | community/hub/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/hub/APKBUILD b/community/hub/APKBUILD index 5e73409f44..83ba5e39fa 100644 --- a/community/hub/APKBUILD +++ b/community/hub/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Eivind Uggedal <eivind@uggedal.com> # Maintainer pkgname=hub -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc="Extends git with extra features for GitHub" url="http://hub.github.com/" @@ -52,6 +52,6 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions/_$pkgname || return 1 } -md5sums="889a31ee9d10ae9cb333480d8dbe881f hub-2.2.1.tar.gz" -sha256sums="9350aba6a8e3da9d26b7258a4020bf84491af69595f7484f922d75fc8b86dc10 hub-2.2.1.tar.gz" -sha512sums="8ccab0722903202a8aec28211c9560961948f3b9099f481809f1029d682fff0f88f65568c2fd03bfb9f7d66e0c148e232f801432c0bdd3840f4edf7e427679ac hub-2.2.1.tar.gz" +md5sums="7edc8f5b5d3c7c392ee191dd999596fc hub-2.2.2.tar.gz" +sha256sums="610572ee903aea1fa8622c16ab7ddef2bd1bfec9f4854447ab8e0fbdbe6a0cae hub-2.2.2.tar.gz" +sha512sums="27eb8d3b973b30ab16fa59649af55934a2543d74d5160337be881b9d6038efaac4d19e3b2d3295191e65daedafa93d36773f05b3e3a48eae312b711db34762c0 hub-2.2.2.tar.gz" |