summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2020-12-16 15:29:10 -0500
committerPatrick Northon2020-12-16 15:29:10 -0500
commitb3c6e16500e59af58312cbc52f49b1002aebd72b (patch)
tree63dcf42695d7bf03d7a13c35b435d917b8adf571
parentc27f75b12e84cab720926c4294618872d9ac76f0 (diff)
downloadaur-b3c6e16500e59af58312cbc52f49b1002aebd72b.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 74fa5bd3536a..e1178651bc95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libheif
pkgdesc = HEIF file format decoder and encoder. (mingw-w64)
- pkgver = 1.9.1
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-libheif
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/strukturag/libheif/archive/v1.9.1.tar.gz
- sha256sums = 2b0d5cf7e74d7aa45da4fe53fb8c1fbac04d2b1e2bef79723d6ef154d0514deb
+ source = https://github.com/strukturag/libheif/archive/v1.10.0.tar.gz
+ sha256sums = 317a44bf157ba297638ab5a258040ef6ec4895d620cd58f52195f3f89c9eea28
pkgname = mingw-w64-libheif
diff --git a/PKGBUILD b/PKGBUILD
index f9032c2ff2fb..b46fd3fb45c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=mingw-w64-libheif
-pkgver=1.9.1
+pkgver=1.10.0
pkgrel=1
pkgdesc="HEIF file format decoder and encoder. (mingw-w64)"
url="https://github.com/strukturag/libheif"
@@ -18,7 +18,7 @@ arch=("any")
options=(!strip !buildflags staticlibs)
optdepends=()
sha256sums=(
- "2b0d5cf7e74d7aa45da4fe53fb8c1fbac04d2b1e2bef79723d6ef154d0514deb"
+ "317a44bf157ba297638ab5a258040ef6ec4895d620cd58f52195f3f89c9eea28"
)
source=(
"https://github.com/strukturag/libheif/archive/v${pkgver}.tar.gz"