diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-06 07:00:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-06 07:08:53 -0300 |
commit | 20b90eefe15197df9097e16ab9980f283aecd3de (patch) | |
tree | ad5bfc836d4981943eebd475fafb13ebf28ed32f /community/libraw | |
parent | 1ca770b26e64d16d2bd1b3a401eafadba0a66cc4 (diff) | |
download | aports-20b90eefe15197df9097e16ab9980f283aecd3de.tar.bz2 aports-20b90eefe15197df9097e16ab9980f283aecd3de.tar.xz |
community/libraw: upgrade to 0.19.4
Diffstat (limited to 'community/libraw')
-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 f809cd959a..204d40af3c 100644 --- a/community/libraw/APKBUILD +++ b/community/libraw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libraw -pkgver=0.19.3 +pkgver=0.19.4 pkgrel=0 pkgdesc="Library for reading RAW files obtained from digital photo cameras" url="https://www.libraw.org" @@ -47,4 +47,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr } -sha512sums="e025695fb7f0016aeec76c0843a94387633457eee838cc48e65d1e84e703c8530b3fdd1e31d85dc322d3f2f6092b7c313fa6d1c3009fe1257c3d9411128b6fe2 LibRaw-0.19.3.tar.gz" +sha512sums="e9f0b18b8be52119ff504d2645a011eca391a62bf651064dcbec4b6e16b3b09fda49e632453b051d3aae2ac3a8be021e5b71d7202913759ad1d61641d3318c4c LibRaw-0.19.4.tar.gz" |