l/numpy: Upgraded to numpy-1.7.0.

slackware-14.2
Damien Goutte-Gattat 10 years ago
parent 6b354aa6b7
commit 200147689b

@ -1 +0,0 @@
c36c471f44cf914abdf37137d158bf3ffa460141 numpy-1.6.2.tar.gz

@ -0,0 +1 @@
ba328985f20390b0f969a5be2a6e1141d5752cf9 numpy-1.7.0.tar.gz

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2008,2009,2010,2012 Damien Goutte-Gattat
# Copyright (C) 2008,2009,2010,2012,2013 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -28,7 +28,7 @@
# Source package infos
NAMESRC=${NAMESRC:-numpy}
VERSION=${VERSION:-1.6.2}
VERSION=${VERSION:-1.7.0}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://downloads.sourceforge.net/numpy/$ARCHIVE}

Loading…
Cancel
Save