summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-03-02 06:29:05 -0500
committerPatrick Northon2023-03-02 06:29:05 -0500
commit6f86a69d6c2e0e35c082751215bdf5081fd21a11 (patch)
tree6b060c15c7443b002484b8b1e368b3fdce0cbc25
parentfb46e8739073f6ce8f196b51fda378aa808a1aff (diff)
downloadaur-6f86a69d6c2e0e35c082751215bdf5081fd21a11.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 41dad5a5565d..9999cda4e804 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.4.8.1
+ pkgver = 2.4.9.0
pkgrel = 1
url = http://www.openimageio.org/
arch = any
@@ -29,7 +29,7 @@ pkgbase = mingw-w64-openimageio
options = !strip
options = !buildflags
options = staticlibs
- source = openimageio-2.4.8.1.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.4.8.1.tar.gz
- sha256sums = 304be2f2c48ef88c41aa718311a15ef23117103eb96b8f7efe78b8467f18f8be
+ source = openimageio-2.4.9.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.4.9.0.tar.gz
+ sha256sums = d04c12575d63d13ed64fc037ea37da616224736213d785de9f50337f6eb5a9ed
pkgname = mingw-w64-openimageio
diff --git a/PKGBUILD b/PKGBUILD
index a50720a6a89a..79d753472415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=openimageio
pkgname=mingw-w64-${_pkgname}
-pkgver=2.4.8.1
+pkgver=2.4.9.0
pkgrel=1
pkgdesc='A library for reading and writing images, including classes, utilities, and applications (mingw-w64)'
url='http://www.openimageio.org/'
@@ -32,7 +32,7 @@ arch=('any')
options=(!strip !buildflags staticlibs)
optdepends=()
source=("$_pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/v${pkgver}.tar.gz")
-sha256sums=('304be2f2c48ef88c41aa718311a15ef23117103eb96b8f7efe78b8467f18f8be')
+sha256sums=('d04c12575d63d13ed64fc037ea37da616224736213d785de9f50337f6eb5a9ed')
_srcdir="oiio-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'