diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libraw/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libraw/APKBUILD b/testing/libraw/APKBUILD index 1d4d3ffb7c..d741b7384c 100644 --- a/testing/libraw/APKBUILD +++ b/testing/libraw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libraw -pkgver=0.12.3 +pkgver=0.13.2 pkgrel=0 pkgdesc="Library for reading RAW files obtained from digital photo cameras" url="http://www.libraw.org/" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="b6bd7e6cfed56628068708f61057f691 LibRaw-0.12.3.tar.gz" +md5sums="e92895f6b8f975be63f59448c1b8a79b LibRaw-0.13.2.tar.gz" |