diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-03 16:19:33 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-08-04 15:40:10 +0300 |
commit | 30b223a527e28560fd7754f2452c75cceeadfb3c (patch) | |
tree | 20250c26e917e98f16c0976cccf1191d7c0b3a83 | |
parent | 8e92dde717ac869175cb848b3eeb037241cb46b9 (diff) | |
download | aports-30b223a527e28560fd7754f2452c75cceeadfb3c.tar.bz2 aports-30b223a527e28560fd7754f2452c75cceeadfb3c.tar.xz |
community/gource: upgrade to 0.49
-rw-r--r-- | community/gource/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gource/APKBUILD b/community/gource/APKBUILD index e9478d3cd7..5999ef9d4e 100644 --- a/community/gource/APKBUILD +++ b/community/gource/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gource -pkgver=0.48 +pkgver=0.49 pkgrel=0 pkgdesc="Software version control visualization" url="http://gource.io/" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="5b638cac9b464c0d8f0df87ae0115c36d314cce9cd0ce269b05e0a635ff6f23e62d06d0def484b796267299041e4de675cb13a0381b19d9144bbdc1d3b7f1b16 gource-0.48.tar.gz" +sha512sums="cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e gource-0.49.tar.gz" |