summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/utox/DETAILS11
-rw-r--r--chat-im/utox/HISTORY3
-rwxr-xr-xchat-im/utox/PREPARE2
3 files changed, 11 insertions, 5 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"
diff --git a/chat-im/utox/HISTORY b/chat-im/utox/HISTORY
index 7f92e6789f..7ff5b79295 100644
--- a/chat-im/utox/HISTORY
+++ b/chat-im/utox/HISTORY
@@ -1,3 +1,6 @@
+2017-06-17 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS, PREPARE: added stable branch, version 0.15.0
+
2017-02-16 Ismael Luceno <ismael@sourcemage.org>
* patches/0001-Fix-utox-target-installation-rule.patch: Removed, merged
by upsream
diff --git a/chat-im/utox/PREPARE b/chat-im/utox/PREPARE
index 136a21830d..53a455205c 100755
--- a/chat-im/utox/PREPARE
+++ b/chat-im/utox/PREPARE
@@ -1,2 +1,2 @@
. "$GRIMOIRE"/FUNCTIONS &&
-prepare_select_branch
+prepare_select_branch stable scm