summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2021-08-14 15:35:43 +0800
committerpingplug2021-08-14 15:35:43 +0800
commit6c9cb744d9dc4781b85c8420ddc159f53ce23c05 (patch)
tree5ffbc9574fe79fb12c231df8046800dcb34a6b62 /PKGBUILD
parent7263048ff934843cb86cf74a5b3c48fe3bf302a4 (diff)
downloadaur-6c9cb744d9dc4781b85c8420ddc159f53ce23c05.tar.gz
Updated to 4.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9667aa01c9f6..af882ae59bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=tsa
pkgname=octave-$_pack
-pkgver=4.6.2
+pkgver=4.6.3
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=('b6820005febb2d79c4195704d6b903acbf192d3e260f3c60241772f9bf964c5c')
+sha256sums=('54f3bce33dd439fea60e7d36252c04d6c6b313a632de6ce204f61ed6cfc17ddd')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"