summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/eet/eet.SlackBuild4
-rw-r--r--libraries/eet/eet.info6
2 files changed, 4 insertions, 6 deletions
diff --git a/libraries/eet/eet.SlackBuild b/libraries/eet/eet.SlackBuild
index 360c3b4b73..358dcb2cae 100644
--- a/libraries/eet/eet.SlackBuild
+++ b/libraries/eet/eet.SlackBuild
@@ -5,16 +5,14 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=eet
-VERSION=${VERSION:-1.3.2}
+VERSION=${VERSION:-1.4.0.beta}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
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/eet/eet.info b/libraries/eet/eet.info
index 1ffc424c7c..490ccc8da6 100644
--- a/libraries/eet/eet.info
+++ b/libraries/eet/eet.info
@@ -1,8 +1,8 @@
PRGNAM="eet"
-VERSION="1.3.2"
+VERSION="1.4.0.beta"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/releases/eet-1.3.2.tar.bz2"
-MD5SUM="8e3ad419baaab4a9046f64d357583705"
+DOWNLOAD="http://download.enlightenment.org/releases/eet-1.4.0.beta.tar.bz2"
+MD5SUM="2635f05c58dc22b5e720066cc08cac99"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"