summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-11-02 01:15:11 -0400
committerPatrick Northon2023-11-02 01:15:11 -0400
commitc8f9135b10ecabdc8c0564078be798a0366927ac (patch)
tree0df5aab07b139ff36256d283899b2ca3792932fe
parentd05d5226e6805104b9509982d20a3fb9e975d288 (diff)
downloadaur-c8f9135b10ecabdc8c0564078be798a0366927ac.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 2fcf3961dc0d..9f45e0df6ff6 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.5.4.0
+ pkgver = 2.5.5.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.5.4.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.5.4.0.tar.gz
- sha256sums = 2e262ae5e5281f839651cd706e417c83c58294a26527ec184b466a2ba6ca31dc
+ source = openimageio-2.5.5.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.5.5.0.tar.gz
+ sha256sums = 8c0de6cd8cfc8aeb696e9cf4fbd067c8c1d9fc22a3b7b81dfeda857ab526b1c8
pkgname = mingw-w64-openimageio
diff --git a/PKGBUILD b/PKGBUILD
index 60b49f53c486..9376d1aa7aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=openimageio
pkgname=mingw-w64-${_pkgname}
-pkgver=2.5.4.0
+pkgver=2.5.5.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=('2e262ae5e5281f839651cd706e417c83c58294a26527ec184b466a2ba6ca31dc')
+sha256sums=('8c0de6cd8cfc8aeb696e9cf4fbd067c8c1d9fc22a3b7b81dfeda857ab526b1c8')
_srcdir="OpenImageIO-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'