diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-03-29 22:47:59 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-29 23:16:07 +0300 |
commit | 6c0768480c4890fc9917b8bfab9b0444b2dbac9f (patch) | |
tree | f6fe2ddf27715389a8c1c9adfc549f5ac0f3abc4 /community/gource | |
parent | 029a17f3803127e2d9f41ccec2f715ba8a994af5 (diff) | |
download | aports-6c0768480c4890fc9917b8bfab9b0444b2dbac9f.tar.bz2 aports-6c0768480c4890fc9917b8bfab9b0444b2dbac9f.tar.xz |
community/gource: upgrade to 0.48
Diffstat (limited to 'community/gource')
-rw-r--r-- | community/gource/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gource/APKBUILD b/community/gource/APKBUILD index e5b24ab419..e9478d3cd7 100644 --- a/community/gource/APKBUILD +++ b/community/gource/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gource -pkgver=0.47 -pkgrel=2 +pkgver=0.48 +pkgrel=0 pkgdesc="Software version control visualization" url="http://gource.io/" arch="all" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="8b2c4c20f5266823846ee2ff18e4b793b35af4c65ab466b962aa2861d2fc8b3b9f7614db14ad8b3745548d3921ecd8163d58bb7ef67e7e4ca07f381565c85d14 gource-0.47.tar.gz" +sha512sums="5b638cac9b464c0d8f0df87ae0115c36d314cce9cd0ce269b05e0a635ff6f23e62d06d0def484b796267299041e4de675cb13a0381b19d9144bbdc1d3b7f1b16 gource-0.48.tar.gz" |