summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-10-03 05:16:27 -0400
committerPatrick Northon2022-10-03 05:16:27 -0400
commit98924502174d5ba9d6b6bda9a12ca998c29cfa1d (patch)
tree898086945520287960f8a9bb1f9b0cdf37282ef5
parent8df4a709e4ea10cb6e8a8645abaaaef69dbbb865 (diff)
downloadaur-98924502174d5ba9d6b6bda9a12ca998c29cfa1d.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 4c5e0efcc329..a1f44e12c408 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.4.1
+ pkgver = 2.4.4.2
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.4.1.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.4.4.1.tar.gz
- sha256sums = 3e81dff415bf58f4df889ab24a26d77c19a109ace4c5d55371925b5b00491588
+ source = openimageio-2.4.4.2.tar.gz::https://github.com/OpenImageIO/oiio/archive/v2.4.4.2.tar.gz
+ sha256sums = 1ae437e1178f53a972d8b42147d7571c5463652a638b36526f25d5719becbb55
pkgname = mingw-w64-openimageio
diff --git a/PKGBUILD b/PKGBUILD
index f6713c400ef9..7ebe42e85695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=openimageio
pkgname=mingw-w64-${_pkgname}
-pkgver=2.4.4.1
+pkgver=2.4.4.2
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=('3e81dff415bf58f4df889ab24a26d77c19a109ace4c5d55371925b5b00491588')
+sha256sums=('1ae437e1178f53a972d8b42147d7571c5463652a638b36526f25d5719becbb55')
_srcdir="oiio-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'