summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-06-10 05:47:37 -0400
committerPatrick Northon2023-06-10 05:47:37 -0400
commit81ca3d32a0b9bb0d79ad2dd2efbf1f8f4f4940bb (patch)
treee2143905ea351b5f8e222911bd40d7c76f5ee601 /PKGBUILD
parentb25ad5d4a087eb8cfabbb936972e434674cfd97b (diff)
downloadaur-mingw-w64-ptex.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 6b03af9fbb43..9e7352fde477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ptex
pkgname=mingw-w64-${_pkgname}
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc='Per-Face Texture Mapping for Production Rendering (mingw-w64)'
url='http://ptex.us/'
@@ -18,7 +18,7 @@ optdepends=()
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/wdas/${_pkgname}/archive/v${pkgver}.tar.gz"
)
-sha256sums=('664253b84121251fee2961977fe7cf336b71cd846dc235cd0f4e54a0c566084e')
+sha256sums=('c8235fb30c921cfb10848f4ea04d5b662ba46886c5e32ad5137c5086f3979ee1')
_srcdir="${_pkgname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'