diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-14 10:36:15 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-14 10:36:15 +0200 |
commit | 6f752316942f975e552284a91d2c1cdd799c9a05 (patch) | |
tree | d4292ec3433016c175b23b360a0db14453a023a6 | |
parent | d9d3cc377a5a9f2c552cd42eb24ba3150f512a38 (diff) | |
download | aports-6f752316942f975e552284a91d2c1cdd799c9a05.tar.bz2 aports-6f752316942f975e552284a91d2c1cdd799c9a05.tar.xz |
main/libxpm: upgrade to 3.5.11
-rw-r--r-- | main/libxpm/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/libxpm/APKBUILD b/main/libxpm/APKBUILD index 90c31e2c2b..89f70e3271 100644 --- a/main/libxpm/APKBUILD +++ b/main/libxpm/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxpm -pkgver=3.5.10 +pkgver=3.5.11 pkgrel=0 pkgdesc="X11 pixmap library" url="http://xorg.freedesktop.org/" @@ -30,4 +30,6 @@ package() { rm "$pkgdir"/usr/lib/*.la || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="7ae7eff7a14d411e84a67bd166bcec1a libXpm-3.5.10.tar.bz2" +md5sums="769ee12a43611cdebd38094eaf83f3f0 libXpm-3.5.11.tar.bz2" +sha256sums="c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c libXpm-3.5.11.tar.bz2" +sha512sums="c089056108d4598f6c4603d6440d9ef6216e87c5cf1e30d143b0e7abc9c5d6f40050c747a57a27d751bc80786ded0390d97cbe221be628241c881d21a3ce6024 libXpm-3.5.11.tar.bz2" |