summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrocoDuck2019-05-18 18:46:28 +0100
committerCrocoDuck2019-05-18 18:46:28 +0100
commit0c20de45c8ee47aee31c1efa46773764808234a1 (patch)
treec60dbc35cda01afbd73544cb550582bb2dc8d017 /PKGBUILD
parent7c896e38ee0221c86f2ef963c3205b9ac6a0938a (diff)
downloadaur-0c20de45c8ee47aee31c1efa46773764808234a1.tar.gz
Upgpkg 4.3.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 283a15feb283..5db8fb4f2117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CrocoDuck <crocoduck dot oducks at gmail dot com>
pkgname=gmsh-bin
-pkgver=4.2.3
+pkgver=4.3.0
pkgrel=1
pkgdesc="A free 3D finite element grid generator with a build-in CAD engine and post-processor."
arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@ conflicts=("${pkgname%-*}")
# Define Download data:
if [ $CARCH == 'x86_64' ]; then
_archvar=64
- _downsha256sum=0a40c63eadccf0d7a196385c9f71abb97eda58250a9171a3284e6bf2eed1e2b1
+ _downsha256sum=46d6b2d97c8dd2f76c37e4e3e6d4a3ed592b25705b5c289fa06c640913567825
else
_archvar=32
- _downsha256sum=34e5ce031c29edb54ba532f1075dc9844534df6cfe4f6547740a9e32c1408f61
+ _downsha256sum=46d6b2d97c8dd2f76c37e4e3e6d4a3ed592b25705b5c289fa06c640913567825
fi
prepare() {