summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fec4be9c0b3d..6fd5ad37cb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgver=1.0.12
pkgrel=1
pkgdesc="A MATLAB compatible NetCDF interface for Octave"
arch=(any)
-url="http://octave.sourceforge.net/$_pack/"
+url="https://octave.sourceforge.io/$_pack/"
license=('GPL')
groups=('octave-forge')
depends=('octave>=3.4.0')
@@ -22,9 +22,9 @@ backup=()
options=()
install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
-source=("http://downloads.sourceforge.net/octave/$_archive")
+source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('9c4fc44943017fc6ed79f9b5b766a4b4')
+sha256sums=('62f5ae3355d20b792169e2e1f8056c319a3a51ded876b3d79c9418eec7a0b7f9')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"