summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2022-10-29 20:12:03 +0800
committerpingplug2022-10-29 20:12:03 +0800
commit735aeec12077ff3168eab5ba97f7fa88117fda54 (patch)
tree5f99d7f960119a90a627bc8bbcd9ffa819b83ab0 /PKGBUILD
parent482937195a17b67dd93c341ef97826ad5131d8c6 (diff)
downloadaur-735aeec12077ff3168eab5ba97f7fa88117fda54.tar.gz
updated to 1.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2efbe1afbe2..89431e7dbf27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=signal
pkgname=octave-$_pack
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Signal processing tools, including filtering, windowing and display 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=('62a4e06117dcc43c36169905f8255d015481ca982aeae9013b0d9df3e48e7062')
+sha256sums=('545b97540ebeba3b420f08906fdd3977fc293b3bc8fc36f6ba8b094cea88f339')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"