summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-03-02 06:29:05 -0500
committerPatrick Northon2023-03-02 06:29:05 -0500
commit6f86a69d6c2e0e35c082751215bdf5081fd21a11 (patch)
tree6b060c15c7443b002484b8b1e368b3fdce0cbc25 /PKGBUILD
parentfb46e8739073f6ce8f196b51fda378aa808a1aff (diff)
downloadaur-6f86a69d6c2e0e35c082751215bdf5081fd21a11.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'