summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2022-03-29 14:06:19 +0800
committerpingplug2022-03-29 14:06:19 +0800
commitb8d26097a935ef269db62e9aa0f66003fef811ad (patch)
treea51d72f8a9e8abc391be3e10620a324b314681c9 /PKGBUILD
parentebf5600c600c00c885facb259c44ca4a69d0135d (diff)
downloadaur-b8d26097a935ef269db62e9aa0f66003fef811ad.tar.gz
updated to 2.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bf19192be4d..4e9439cc2492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pack=image
pkgname=octave-$_pack
-pkgver=2.12.0
+pkgver=2.14.0
pkgrel=1
pkgdesc="The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more."
arch=(any)
@@ -26,7 +26,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-sha256sums=('e7d58ced612bc6420d99bb06313250694e5f1d8dcc093293604c253c17c473b4')
+sha256sums=('7515ea211a8cb8ef5d9d3bab85a36e9df5475e8b05a919a078e0d52746077133')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"