summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2023-08-31 22:00:07 +0800
committerpingplug2023-08-31 22:00:07 +0800
commit9bc6961d9e829d019d04de2ff3adabae584248f0 (patch)
treec73c276a9c056ce1ea417b92fc37afcb263ccf05 /PKGBUILD
parent8557fa25a0a57a1201f90b683ef66d0965e1e5e2 (diff)
downloadaur-9bc6961d9e829d019d04de2ff3adabae584248f0.tar.gz
updated to 1.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c0a585eaadf..36e22e6eb1af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=zeromq
pkgname=octave-$_pack
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
pkgdesc="ZeroMQ bindings for GNU Octave"
arch=(any)
@@ -22,8 +22,8 @@ backup=()
options=()
install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
-source=("https://downloads.sourceforge.net/octave/$_archive")
-sha256sums=('300644a5b56eada815b97acc27cab9fe3539713721a2c02dac047a1252f07ecb')
+source=("https://github.com/gnu-octave/octave-$_pack/releases/download/release-$pkgver/$_archive")
+sha256sums=('2104b725f187472a0163917a1af83fc557f99b8fc986975140f47c146a057ae2')
noextract=("$_archive")
_octave_run() {