diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-15 00:18:03 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-15 00:18:03 +0000 |
commit | c3f9e93560d419289cdf7742483d49ab3c5f5a18 (patch) | |
tree | e3c53f96e2f340c0f95cddcc2a543e6269cb8665 /community/gifsicle/APKBUILD | |
parent | 5789336b005ef8f424f411e7f0d4a5e8be519142 (diff) | |
download | aports-c3f9e93560d419289cdf7742483d49ab3c5f5a18.tar.bz2 aports-c3f9e93560d419289cdf7742483d49ab3c5f5a18.tar.xz |
community/gifsicle: upgrade to 1.91
Diffstat (limited to 'community/gifsicle/APKBUILD')
-rw-r--r-- | community/gifsicle/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gifsicle/APKBUILD b/community/gifsicle/APKBUILD index 610019356b..69dd66823f 100644 --- a/community/gifsicle/APKBUILD +++ b/community/gifsicle/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Isaac Dunham <ibid.ag@gmail.com> # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=gifsicle -pkgver=1.90 +pkgver=1.91 pkgrel=0 pkgdesc="Command-line tool for making, editing, and getting information about GIF animations" url="http://www.lcdf.org/gifsicle/" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a5fd815c3aa1388690199edc16c0d5c0c32257cefd1cf8a1b660024b8e2324a6b4a54e19013984f905549df42d7719cdb1a875979b77729723f70d8e43f9bab7 gifsicle-1.90.tar.gz" +sha512sums="49b89e6f99bffd0dd732c920b936c2430a2f4f595d46e41654e5f39f180acaf9b0a4aec6cf52597c470d7c60265f16b730f6ce82e08701a2054fc3d08754c6da gifsicle-1.91.tar.gz" |