summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-04-03 11:13:58 -0400
committerPatrick Northon2022-04-03 11:13:58 -0400
commitc430f00a80163304fd948635cd424d8fc5530f0c (patch)
tree8b33da83be74568e7f9ba99f1018d5f20ebd42a4
parentd0901aba80b09b29c9293745a95ae1f2732f5d6e (diff)
downloadaur-c430f00a80163304fd948635cd424d8fc5530f0c.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 d5f64ddff910..a9cf281038d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-openimageio
pkgdesc = A library for reading and writing images, including classes, utilities, and applications (mingw-w64)
- pkgver = 2.3.13.0
+ pkgver = 2.3.14.0
pkgrel = 1
url = http://www.openimageio.org/
arch = any
@@ -30,7 +30,7 @@ pkgbase = mingw-w64-openimageio
options = !strip
options = !buildflags
options = staticlibs
- source = openimageio-2.3.13.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.3.13.0.tar.gz
- sha256sums = 78f5754f1a9eb8215d66ca62a2963b87fc2b91465cb181dfc4ef73ca3ed76adb
+ source = openimageio-2.3.14.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.3.14.0.tar.gz
+ sha256sums = 4800d1597fbdd859764ac4554655191cf9da6c3bb5739f1d2a6e5630675b0fc1
pkgname = mingw-w64-openimageio
diff --git a/PKGBUILD b/PKGBUILD
index 58c8d6c16ba7..6f60839d2904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=openimageio
pkgname=mingw-w64-${_pkgname}
-pkgver=2.3.13.0
+pkgver=2.3.14.0
pkgrel=1
pkgdesc='A library for reading and writing images, including classes, utilities, and applications (mingw-w64)'
url='http://www.openimageio.org/'
@@ -34,7 +34,7 @@ arch=('any')
options=(!strip !buildflags staticlibs)
optdepends=()
source=("$_pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/v${pkgver}.tar.gz")
-sha256sums=('78f5754f1a9eb8215d66ca62a2963b87fc2b91465cb181dfc4ef73ca3ed76adb')
+sha256sums=('4800d1597fbdd859764ac4554655191cf9da6c3bb5739f1d2a6e5630675b0fc1')
_srcdir="oiio-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'