summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Liu2019-10-20 18:28:10 +1100
committerJonathan Liu2019-10-20 18:28:10 +1100
commit6fd449970ad8596645feb887d2f66e70ff70d44a (patch)
tree5deb892f1b5bb3d0148daf0aa5443e2dc54375bc /PKGBUILD
parent6d9dd45fb27b7c07b2f70e5e7fc9331952f72727 (diff)
downloadaur-admesh.tar.gz
Update to 0.98.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0a3d9c3540b..6edc0385b4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=admesh
-pkgver=0.98.3
+pkgver=0.98.4
pkgrel=1
pkgdesc="Program for processing STL triangulated solid meshes"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/admesh/admesh/"
license=('GPL2')
depends=('glibc')
source=("https://github.com/admesh/admesh/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('ff471c684e3df0c99d15eb5a372dbcf9')
+md5sums=('0500cce63664809cbf707df8bfdcee61')
build() {
cd "$srcdir/$pkgname-$pkgver"