diff options
-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 8342a98e0e..f5f0450128 100644 --- a/community/libraw/APKBUILD +++ b/community/libraw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libraw -pkgver=0.18.9 +pkgver=0.19.0 pkgrel=0 pkgdesc="Library for reading RAW files obtained from digital photo cameras" url="https://www.libraw.org" @@ -36,4 +36,4 @@ package() { rm -rf "$pkgdir"/usr/share/doc/ } -sha512sums="5becbbf05db091d86f7a3a098402c5a981a5c614e9ac742e80823efec5dccfb3a1336cfd1493aa88c8d1a37fe05896efd3f8f145536d799a9ce19665073cf8ce LibRaw-0.18.9.tar.gz" +sha512sums="33d0e9a031add901bdd10ffcde6a0f7837a4f4bec0bbbd21ad661e518dadcb1699133f17b3b2f6cd6cefe87ef3017cb7e1b816c4ce3dfebaaf5d9b2ff6b65238 LibRaw-0.19.0.tar.gz" |