summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-05-05 16:32:56 -0400
committerPatrick Northon2021-05-05 16:32:56 -0400
commit988487252e73d493f30a1fe4b1ac9349ebdb49b5 (patch)
tree2d044c7272dd24303a9326cd7dcaf88c95e33955
parent7c1449b3ee45ff1015f9654dd60f44fd8df288cf (diff)
downloadaur-988487252e73d493f30a1fe4b1ac9349ebdb49b5.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 92a1e7be32d0..5e618769ff4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libheif
pkgdesc = HEIF file format decoder and encoder. (mingw-w64)
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 3
url = https://github.com/strukturag/libheif
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-libheif
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/strukturag/libheif/archive/v1.11.0.tar.gz
- sha256sums = 993c3320e179b8fdce983e3a7e96615af3830077be6b0ab28bfa25579df08d26
+ source = https://github.com/strukturag/libheif/archive/v1.12.0.tar.gz
+ sha256sums = 086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65
pkgname = mingw-w64-libheif
diff --git a/PKGBUILD b/PKGBUILD
index 42c441b4f179..f769958bbbc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=mingw-w64-libheif
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=3
pkgdesc="HEIF file format decoder and encoder. (mingw-w64)"
url="https://github.com/strukturag/libheif"
@@ -20,7 +20,7 @@ arch=("any")
options=(!strip !buildflags staticlibs)
optdepends=()
sha256sums=(
- "993c3320e179b8fdce983e3a7e96615af3830077be6b0ab28bfa25579df08d26"
+ '086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65'
)
source=(
"https://github.com/strukturag/libheif/archive/v${pkgver}.tar.gz"