mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/eet: Updated for version 1.4.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
2c848b3d79
commit
26afc271d8
2 changed files with 4 additions and 6 deletions
|
@ -5,16 +5,14 @@
|
||||||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||||
|
|
||||||
PRGNAM=eet
|
PRGNAM=eet
|
||||||
VERSION=${VERSION:-1.3.2}
|
VERSION=${VERSION:-1.4.0.beta}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="eet"
|
PRGNAM="eet"
|
||||||
VERSION="1.3.2"
|
VERSION="1.4.0.beta"
|
||||||
HOMEPAGE="http://www.enlightenment.org/"
|
HOMEPAGE="http://www.enlightenment.org/"
|
||||||
DOWNLOAD="http://download.enlightenment.org/releases/eet-1.3.2.tar.bz2"
|
DOWNLOAD="http://download.enlightenment.org/releases/eet-1.4.0.beta.tar.bz2"
|
||||||
MD5SUM="8e3ad419baaab4a9046f64d357583705"
|
MD5SUM="2635f05c58dc22b5e720066cc08cac99"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Aleksandar Samardzic"
|
MAINTAINER="Aleksandar Samardzic"
|
||||||
|
|
Loading…
Reference in a new issue