summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2024-06-06 14:38:19 +0800
committerpingplug2024-06-06 14:38:19 +0800
commit44e31baab39615f9c8385429b7d50848783c45de (patch)
treee7bb89a7fe1e5185b7ca9c0ff9cacd524b80d21d /PKGBUILD
parent9c9a43f28bdef78d3a9760e1b83bccbb1287c078 (diff)
downloadaur-44e31baab39615f9c8385429b7d50848783c45de.tar.gz
updated to 1.6.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8b5d322d47b..8c58375bbe11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=statistics
pkgname=octave-$_pack
-pkgver=1.6.5
+pkgver=1.6.6
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/$_pack/archive/refs/tags/release-$pkgver.tar.gz")
noextract=("$_archive")
-sha256sums=('0ea8258c92ce67e1bb75a9813b7ceb56fff1dacf6c47236d3da776e27b684cee')
+sha256sums=('fd8f982fdd219a4232ce85651043adf2f9a0567f6513b9615219c741ac031cb1')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"