summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-01-03 14:43:31 -0500
committerPatrick Northon2023-01-03 14:43:31 -0500
commitb9757cba567a3fb4691253868e027c565b245db4 (patch)
treeec1145613a9a54d4d8f996e5537d95bb52e591a8 /PKGBUILD
parent09e412f77acf9b2380592b332c63c42d232f180f (diff)
downloadaur-b9757cba567a3fb4691253868e027c565b245db4.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a173343488e1..ab7a2f2ebecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libheif
pkgname=mingw-w64-${_pkgname}
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc='HEIF file format decoder and encoder (mingw-w64)'
url='https://github.com/strukturag/libheif'
@@ -21,7 +21,7 @@ makedepends=('mingw-w64-cmake')
arch=('any')
options=(!strip !buildflags staticlibs)
optdepends=()
-sha256sums=('9901cb0743caa80c316fabcf785c39466f41dda5c42152f2b7992be43db8d047')
+sha256sums=('243e90d50fe596d413a0c522f045e463c2cac21a8a732c5cc0f9632ec6aee694')
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/strukturag/libheif/archive/v${pkgver}.tar.gz"
)