1
0
forked from ports/contrib

numarray: updated url

This commit is contained in:
Tim Biermann 2020-07-01 14:18:43 +00:00
parent 0960d0eef1
commit 93bd619a3c
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xqToG5zQ5/SWxGNOjgNbbXZ8VmzY/XVGrzKbm7Mi2kPdO6AgPCBZiuKf0asvg7dvf5QM2gZpFZiMXMkZMDEKw0= RWSagIOpLGJF3ymHACzUDdVnJb2UGruXYx3uCijwwBmhnnqQLAhWq8t3ZoYllazK5AG7SWdhKdC8rI7u8W2BhlHqoSNIjNt5AwM=
SHA256 (Pkgfile) = 19e41017d57331a8120f8c919e0dd317c49b57cf486d0bccd2253eb53eacafbf SHA256 (Pkgfile) = 1b1930ef432e74b10cfd479c048de4f45dc51064c155f03d7ae0fe1ede52b55f
SHA256 (.footprint) = 919b359a1ef069fa831cd22c405bbe755b7fa6bb9c0e70cb366f42065081f081 SHA256 (.footprint) = 919b359a1ef069fa831cd22c405bbe755b7fa6bb9c0e70cb366f42065081f081
SHA256 (numarray-1.5.2.tar.gz) = 6f6dc1a348c2fa32b2179717f3b3af4ddf60e9a3417739d325f344eb8f243174 SHA256 (numarray-1.5.2.tar.gz) = 6f6dc1a348c2fa32b2179717f3b3af4ddf60e9a3417739d325f344eb8f243174

View File

@ -1,5 +1,5 @@
# Description: Array manipulation and computational capabilities. # Description: Array manipulation and computational capabilities.
# URL: http://numeric.scipy.org/ # URL: https://wiki.python.org/moin/NumArray
# Maintainer: Danny Rawlins, crux at romster dot me # Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me
# Depends on: python # Depends on: python
@ -7,7 +7,7 @@
name=numarray name=numarray
version=1.5.2 version=1.5.2
release=1 release=1
source=(http://downloads.sourceforge.net/project/numpy/Old%20Numarray/$version/$name-$version.tar.gz) source=(https://downloads.sourceforge.net/project/numpy/Old%20Numarray/$version/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version