diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-25 22:09:20 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 08:34:41 +0000 |
commit | 24608fdbbd106d214cdff4e241892980ed82afbf (patch) | |
tree | 321724633c918ca576e1cde9fb90372432ffed6b /community/libraw/APKBUILD | |
parent | fc74201f2bb3f49e7d2ff52ac3b5ede4ca97c0d3 (diff) | |
download | aports-24608fdbbd106d214cdff4e241892980ed82afbf.tar.bz2 aports-24608fdbbd106d214cdff4e241892980ed82afbf.tar.xz |
community/libraw: upgrade to 0.18.9
Diffstat (limited to 'community/libraw/APKBUILD')
-rw-r--r-- | community/libraw/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libraw/APKBUILD b/community/libraw/APKBUILD index 909eb8c024..5899f9edd1 100644 --- a/community/libraw/APKBUILD +++ b/community/libraw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libraw -pkgver=0.18.8 +pkgver=0.18.9 pkgrel=0 pkgdesc="Library for reading RAW files obtained from digital photo cameras" url="https://www.libraw.org/" @@ -36,4 +36,4 @@ package() { } -sha512sums="48871a5e43c89a17962fae426a962d11a6ce40cb8e7d8abc90e98c899dc42b7e1711398c075901ddbc710fe7e916ba6d507bee7e18975779caa8f5d512b1d580 LibRaw-0.18.8.tar.gz" +sha512sums="5becbbf05db091d86f7a3a098402c5a981a5c614e9ac742e80823efec5dccfb3a1336cfd1493aa88c8d1a37fe05896efd3f8f145536d799a9ce19665073cf8ce LibRaw-0.18.9.tar.gz" |