diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 10:41:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 11:54:59 -0300 |
commit | cf7fbb3289e71b582aa2778215a791b3f5a4f3fa (patch) | |
tree | c9f2b60ae397016b63ff6a8c3996ff0c03f866f8 /community/libraw | |
parent | c728d27f57767804311f99364a23f85420d7e2a5 (diff) | |
download | aports-cf7fbb3289e71b582aa2778215a791b3f5a4f3fa.tar.bz2 aports-cf7fbb3289e71b582aa2778215a791b3f5a4f3fa.tar.xz |
community/libraw: upgrade to 0.19.5
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 204d40af3c..b09b065f95 100644 --- a/community/libraw/APKBUILD +++ b/community/libraw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libraw -pkgver=0.19.4 +pkgver=0.19.5 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="e9f0b18b8be52119ff504d2645a011eca391a62bf651064dcbec4b6e16b3b09fda49e632453b051d3aae2ac3a8be021e5b71d7202913759ad1d61641d3318c4c LibRaw-0.19.4.tar.gz" +sha512sums="4560045f75e6d2ab0d1d8686075f3a0e26a5d7ce693b48508110a2c31d19055d58983c24852da0abb64fa90db5e20f24b87aa7537ed04d958c38c8b265a7e826 LibRaw-0.19.5.tar.gz" |