summaryrefslogtreecommitdiffstats
path: root/libraries/physfs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/physfs')
-rw-r--r--libraries/physfs/physfs.SlackBuild3
-rw-r--r--libraries/physfs/physfs.info6
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"