summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2021-06-05 21:24:46 +0800
committerpingplug2021-06-05 21:24:46 +0800
commit5d215bfcfd4335c0de3d8b24053716106a5ae830 (patch)
tree2160798d52c532e798a5e1f3b8c475ac2c15c9ba /PKGBUILD
parentdcff1da652b43a54922d9a3dbc62cbc06360187a (diff)
downloadaur-5d215bfcfd4335c0de3d8b24053716106a5ae830.tar.gz
Updated to 1.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5eb51e86d11..971458f6b079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=matgeom
pkgname=octave-$_pack
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="Geometry toolbox for 2D/3D geometric computing"
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('3379606509530f7f186017c1238ad193')
+md5sums=('5d1750c01486183840a6894423556f4c')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"