summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-01-06 23:44:30 -0500
committerPatrick Northon2023-01-06 23:44:30 -0500
commitbe5ea117805193cc1d389d266d7f0990c61b0941 (patch)
tree5ba87aca1bb76be919748a184705fd975dda1a66
parentb9757cba567a3fb4691253868e027c565b245db4 (diff)
downloadaur-be5ea117805193cc1d389d266d7f0990c61b0941.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 1c9cd84f1eab..724f9d7879cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libheif
pkgdesc = HEIF file format decoder and encoder (mingw-w64)
- pkgver = 1.14.1
+ pkgver = 1.14.2
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-libheif
options = !strip
options = !buildflags
options = staticlibs
- source = libheif-1.14.1.tar.gz::https://github.com/strukturag/libheif/archive/v1.14.1.tar.gz
- sha256sums = 243e90d50fe596d413a0c522f045e463c2cac21a8a732c5cc0f9632ec6aee694
+ source = libheif-1.14.2.tar.gz::https://github.com/strukturag/libheif/archive/v1.14.2.tar.gz
+ sha256sums = e9c88e75e3b7fad9df32e42d28646752de2679df57efddfb3f63cd25110ce9d9
pkgname = mingw-w64-libheif
diff --git a/PKGBUILD b/PKGBUILD
index ab7a2f2ebecb..180a06897126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libheif
pkgname=mingw-w64-${_pkgname}
-pkgver=1.14.1
+pkgver=1.14.2
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=('243e90d50fe596d413a0c522f045e463c2cac21a8a732c5cc0f9632ec6aee694')
+sha256sums=('e9c88e75e3b7fad9df32e42d28646752de2679df57efddfb3f63cd25110ce9d9')
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/strukturag/libheif/archive/v${pkgver}.tar.gz"
)