mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/physfs: Updated for version 2.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
fa991dd4e2
commit
270c7783c1
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue