summaryrefslogtreecommitdiffstats
path: root/chat-im/utox/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/utox/DETAILS')
-rwxr-xr-xchat-im/utox/DETAILS11
1 files changed, 7 insertions, 4 deletions
diff --git a/chat-im/utox/DETAILS b/chat-im/utox/DETAILS
index 5e25c6b34b..7675751444 100755
--- a/chat-im/utox/DETAILS
+++ b/chat-im/utox/DETAILS
@@ -1,14 +1,17 @@
. "$GRIMOIRE"/FUNCTIONS
SPELL=utox
+if [[ "$UTOX_BRANCH" = scm ]]; then
VERSION=$(get_scm_version)
SOURCE="uTox-scm.tar.bz2"
SOURCE_URL[0]=git://github.com/uTox/uTox.git::develop
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
-# VERSION=0.9.8
-# SOURCE="uTox-$VERSION.tar.gz"
-# SOURCE_URL[0]=https://github.com/uTox/uTox/archive/v$VERSION.tar.gz
-# SOURCE_HASH=sha512:
+else
+ VERSION=0.15.0
+ SOURCE="uTox-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/uTox/uTox/archive/v$VERSION.tar.gz
+ SOURCE_HASH=sha512:af813f67b1b813c23f6be0cbd9f986d3553122eb1322511735f2931e2e1a65d8125c36f5839d7109c378c58aaec2830ea51c71db57cd952290338bfd72670bf0
+fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/uTox-$VERSION"
WEB_SITE="http://utox.org/"
LICENSE[0]="GPLv2"