summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2022-12-21 20:07:36 +0800
committerpingplug2022-12-21 20:07:36 +0800
commit3c397289f338bc6279345ec0c7d7ce6100e88ef3 (patch)
tree9ae19ec2f8e00e71b680400993d9e2fd08b97a8a /PKGBUILD
parentb68a9b56747eb6eed905d4e79f8bd359703d6e1c (diff)
downloadaur-3c397289f338bc6279345ec0c7d7ce6100e88ef3.tar.gz
updated to 1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb83bca9fc89..80169da555be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=statistics
pkgname=octave-$_pack
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="Additional statistics functions for Octave."
arch=(any)
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("$_pack-$pkgver.tar.gz::https://github.com/gnu-octave/statistics/archive/refs/tags/release-$pkgver.tar.gz")
noextract=("$_archive")
-sha256sums=('a98755655bed44e38826c82a4b40927ee468cc333fc1da64547bede019cca6f4')
+sha256sums=('26d5f047b6df15c46eeb3443d601981b4e93c6672ee36c360beccc5c48857ff5')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"