summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-05-11 18:35:28 +0200
committerMichel Zou2023-05-11 18:35:28 +0200
commit696291f4e8b08218e2a6a2a31a3a824d671914ce (patch)
tree15e7e452079ba04b68ada66f1043773fcf06749d
parent5e1d289950928e80085a3da78b3a331d02a3ef8d (diff)
downloadaur-696291f4e8b08218e2a6a2a31a3a824d671914ce.tar.gz
9.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b00e9de2a89..05e7446d2f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vtk
pkgdesc = A software system for 3D computer graphics, image processing, and visualization (mingw-w64)
- pkgver = 9.2.2
+ pkgver = 9.2.6
pkgrel = 1
url = http://www.vtk.org/
arch = any
@@ -37,7 +37,7 @@ pkgbase = mingw-w64-vtk
options = !buildflags
options = staticlibs
options = !strip
- source = https://www.vtk.org/files/release/9.2/VTK-9.2.2.tar.gz
- sha256sums = 1c5b0a2be71fac96ff4831af69e350f7a0ea3168981f790c000709dcf9121075
+ source = https://www.vtk.org/files/release/9.2/VTK-9.2.6.tar.gz
+ sha256sums = 06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12
pkgname = mingw-w64-vtk
diff --git a/PKGBUILD b/PKGBUILD
index 3dc28d952c61..7cdcdc1e6c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-vtk
-pkgver=9.2.2
+pkgver=9.2.6
pkgrel=1
pkgdesc='A software system for 3D computer graphics, image processing, and visualization (mingw-w64)'
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-jsoncpp' 'mingw-w64-exp
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen' 'mingw-w64-utf8cpp' 'mingw-w64-wine' 'mingw-w64-pegtl2' 'mingw-w64-exprtk' 'mingw-w64-nlohmann-json')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://www.vtk.org/files/release/${pkgver:0:3}/VTK-${pkgver}.tar.gz")
-sha256sums=('1c5b0a2be71fac96ff4831af69e350f7a0ea3168981f790c000709dcf9121075')
+sha256sums=('06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"