summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-11-20 13:52:16 -0500
committerPatrick Northon2023-11-20 13:52:16 -0500
commit9418444b761f22463777b056597080c5db5d71ab (patch)
tree82b3158e9677530af7bca500ede3a72cb4ebd376
parent1c8cc2a15f92c1f09a1a4c9259bc21248b339ed5 (diff)
downloadaur-9418444b761f22463777b056597080c5db5d71ab.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d83237f8a35a..6e0ca7ca1c83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libheif
pkgdesc = HEIF file format decoder and encoder (mingw-w64)
- pkgver = 1.17.3
+ pkgver = 1.17.4
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-libheif
options = !strip
options = !buildflags
options = staticlibs
- source = libheif-1.17.3.tar.gz::https://github.com/strukturag/libheif/archive/v1.17.3.tar.gz
- sha256sums = b0ea7af2c25adc2abda675caceae04f9fc76d39f07533abb4b8ca05b6a851b3f
+ source = libheif-1.17.4.tar.gz::https://github.com/strukturag/libheif/archive/v1.17.4.tar.gz
+ sha256sums = 08e7de307549ce61ec15a0a584e195181943d4ce0a6146f7aaaf6659e626fdc5
pkgname = mingw-w64-libheif
diff --git a/PKGBUILD b/PKGBUILD
index 51737e5b0f50..1c0255110282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libheif
pkgname=mingw-w64-${_pkgname}
-pkgver=1.17.3
+pkgver=1.17.4
pkgrel=1
pkgdesc='HEIF file format decoder and encoder (mingw-w64)'
url='https://github.com/strukturag/libheif'
@@ -24,7 +24,7 @@ makedepends=('mingw-w64-cmake')
arch=('any')
options=(!strip !buildflags staticlibs)
optdepends=()
-sha256sums=('b0ea7af2c25adc2abda675caceae04f9fc76d39f07533abb4b8ca05b6a851b3f')
+sha256sums=('08e7de307549ce61ec15a0a584e195181943d4ce0a6146f7aaaf6659e626fdc5')
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/strukturag/libheif/archive/v${pkgver}.tar.gz"
)