diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-09-07 10:31:48 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-09-07 10:31:48 -0400 |
commit | 270c7783c1dc825f6c51ec6903977891fba90ac0 (patch) | |
tree | 1938a83d7843fb3749907df2d83696d2ce582093 /libraries | |
parent | fa991dd4e2c6e93432a6c8509b57a44cefeb7d90 (diff) | |
download | slackbuilds-270c7783c1dc825f6c51ec6903977891fba90ac0.tar.gz |
libraries/physfs: Updated for version 2.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/physfs/physfs.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/physfs/physfs.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/libraries/physfs/physfs.SlackBuild b/libraries/physfs/physfs.SlackBuild index 5f8294ea8f..f7abcc5492 100644 --- a/libraries/physfs/physfs.SlackBuild +++ b/libraries/physfs/physfs.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=physfs -VERSION=2.0.0 +VERSION=2.0.1 BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -31,7 +31,6 @@ if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/libraries/physfs/physfs.info b/libraries/physfs/physfs.info index 011eca7497..5206961c24 100644 --- a/libraries/physfs/physfs.info +++ b/libraries/physfs/physfs.info @@ -1,8 +1,8 @@ PRGNAM="physfs" -VERSION="2.0.0" +VERSION="2.0.1" HOMEPAGE="http://icculus.org/physfs/" -DOWNLOAD="http://icculus.org/physfs/downloads/physfs-2.0.0.tar.gz" -MD5SUM="cfc53e0c193914c9c5ab522e58737373" +DOWNLOAD="http://icculus.org/physfs/downloads/physfs-2.0.1.tar.gz" +MD5SUM="df00465fcfa80e87f718961c6dd6b928" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" |