diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 04:36:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 05:07:27 -0300 |
commit | f9806344637139b09ba0f32933b52720288ba6ca (patch) | |
tree | 09e2e8e9c0b48bb1bf3222c5ed62c57c737169cf /testing/hub | |
parent | 87966ce9f40718567188c2319698e762a856eb31 (diff) | |
download | aports-f9806344637139b09ba0f32933b52720288ba6ca.tar.bz2 aports-f9806344637139b09ba0f32933b52720288ba6ca.tar.xz |
testing/hub: upgrade to 2.12.4
Diffstat (limited to 'testing/hub')
-rw-r--r-- | testing/hub/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD index ac768a149a..3f2ff2cc13 100644 --- a/testing/hub/APKBUILD +++ b/testing/hub/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Eivind Uggedal <eu@eju.no> # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=hub -pkgver=2.12.3 -pkgrel=1 +pkgver=2.12.4 +pkgrel=0 pkgdesc="Extends git with extra features for GitHub" url="https://hub.github.com/" arch="all" @@ -67,4 +67,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/$pkgname.fish } -sha512sums="8bb433d4a0079cb6f30014650bb5e2dafc1ba7b8c65340886f157ae9b6785f170b13c6db1b11f6334835fc312470f5b0f57b563d665af4bbe44f116fd7af75cf hub-2.12.3.tar.gz" +sha512sums="2f0e2b9f8f492c0fad0ea4eeeefea96dca8a3ffa6fe2b51112bc1a6d190d7501dd403d240885ac93e3f4898c23269d1b9fff70ae69da37d30ef0cea75f8833d9 hub-2.12.4.tar.gz" |