l/numexpr: Upgraded to numexpr-2.2.2.

slackware-14.2
Damien Goutte-Gattat 10 years ago
parent e7238c9415
commit 466e4431ce

@ -1 +0,0 @@
71121246f550290d98e23e93a3ebe140c01aea2a numexpr-2.0.1.tar.gz

@ -0,0 +1 @@
021cbd31e6976164b4b956318b30630dabd16159 numexpr-2.2.2.tar.gz

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2012 Damien Goutte-Gattat
# Copyright (C) 2012,2013 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -29,7 +29,7 @@
# Source package infos
NAMESRC=${NAMESRC:-numexpr}
VERSION=${VERSION:-2.0.1}
VERSION=${VERSION:-2.2.2}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://numexpr.googlecode.com/files/$ARCHIVE}

Loading…
Cancel
Save