summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2021-03-06 11:20:09 +0800
committerpingplug2021-03-06 11:20:09 +0800
commit3de727bbe22bba5c808616bee77ca7646a14ee50 (patch)
treebecfe724900ed66ccfe03bcaa5a4e41bd99757e9 /PKGBUILD
parent7a49852f8e8a717e01f64b1d07e5afefbe8ed047 (diff)
downloadaur-3de727bbe22bba5c808616bee77ca7646a14ee50.tar.gz
Update to 1.0.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa44de0e1e69..f0ea40eae068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=struct
pkgname=octave-$_pack
-pkgver=1.0.16
+pkgver=1.0.17
pkgrel=1
pkgdesc="Additional Structure manipulations functions."
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-sha256sums=('f56dc248aff469562bd82e74a60874e89e13fb10e852e709650c38234206a23f')
+sha256sums=('0137bbb5df650f29104f6243502f3a2302aaaa5e42ea9f02d8a3943aaf668433')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"