diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-20 12:02:31 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-20 12:02:59 +0000 |
commit | 682698d790d0b2a172885e6bd16963c4c6a431c2 (patch) | |
tree | 892b8d531760b879a1fdd0d33114c63b5594cd2e /community/libraw | |
parent | c857899e89107d1c9482cb0edd6d13091c0fd604 (diff) | |
download | aports-682698d790d0b2a172885e6bd16963c4c6a431c2.tar.bz2 aports-682698d790d0b2a172885e6bd16963c4c6a431c2.tar.xz |
community/libraw: upgrade to 0.19.1
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 f5f0450128..4bb20c85ea 100644 --- a/community/libraw/APKBUILD +++ b/community/libraw/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libraw -pkgver=0.19.0 +pkgver=0.19.1 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="33d0e9a031add901bdd10ffcde6a0f7837a4f4bec0bbbd21ad661e518dadcb1699133f17b3b2f6cd6cefe87ef3017cb7e1b816c4ce3dfebaaf5d9b2ff6b65238 LibRaw-0.19.0.tar.gz" +sha512sums="8d15361bf403fbf5e439456897a6d40ee756fcf3f510d2de033304c676583562149618ec40c665ac9db10eda411dbe02e0446d9c7611c5decc9baaebca98b77a LibRaw-0.19.1.tar.gz" |