summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2019-11-08 19:40:18 +0800
committerpingplug2019-11-08 19:40:18 +0800
commit7263048ff934843cb86cf74a5b3c48fe3bf302a4 (patch)
treecb70ef774af733f54183f1994fef648819ebee90 /PKGBUILD
parentf4fefe172432eaefd23d91372b0ffb0144e49fbc (diff)
downloadaur-7263048ff934843cb86cf74a5b3c48fe3bf302a4.tar.gz
Updated to 4.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d75230d2244..9667aa01c9f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=tsa
pkgname=octave-$_pack
-pkgver=4.4.5
+pkgver=4.6.2
pkgrel=1
pkgdesc="Stochastic concepts and maximum entropy methods for time series analysis"
arch=(any)
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-sha256sums=('c9eb377fc9006e9764f3b152f7bd4725cb6025699bfab0d6a68f26fe2484d6ef')
+sha256sums=('b6820005febb2d79c4195704d6b903acbf192d3e260f3c60241772f9bf964c5c')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"