community/libraw: upgrade to 0.21.3

https://github.com/LibRaw/LibRaw/releases/tag/0.21.3

also, fix lint warning regarding space after function parenthesis
This commit is contained in:
Celeste 2024-09-19 03:15:13 +00:00
parent a5b6162457
commit 2551caad60

View file

@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libraw
pkgver=0.21.2
pkgver=0.21.3
pkgrel=0
pkgdesc="Library for reading RAW files obtained from digital photo cameras"
url="https://www.libraw.org/"
@ -39,7 +39,7 @@ options="!check" # no tests
# - CVE-2017-13735
# - CVE-2017-14265
prepare(){
prepare() {
default_prepare
update_config_sub
}
@ -68,5 +68,5 @@ tools() {
}
sha512sums="
ba7839d8eb5f999982c7b89f89f63387d7fee82054d7edcc2698924e268559b561230e329a0c669bd6f7c075983da6c054a6d63fad49ab3c1e2e9edc653b2bae LibRaw-0.21.2.tar.gz
c83363cdf5619f069affc9473ab3ea6560f67e72ab5e7bf6eefcf6a23521a729c9d417f323c4cc6679780c0536e5804390c243cace8a40341a0c5f26865d6a2d LibRaw-0.21.3.tar.gz
"