summaryrefslogtreecommitdiffstats
path: root/chat-im/profanity/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/profanity/DETAILS')
-rwxr-xr-xchat-im/profanity/DETAILS10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat-im/profanity/DETAILS b/chat-im/profanity/DETAILS
index 956b8b0bb0..78fa388ad1 100755
--- a/chat-im/profanity/DETAILS
+++ b/chat-im/profanity/DETAILS
@@ -3,18 +3,18 @@
if [[ ${PROFANITY_BRANCH} == scm ]]; then
VERSION=$(get_scm_version)
SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=git://github.com/boothj5/${SPELL}.git
+ SOURCE_URL[0]=git://github.com/profanity-im/${SPELL}.git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.6.0
+ VERSION=0.7.0
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=http://www.profanity.im/${SPELL}-${VERSION}.tar.gz
- SOURCE_HASH=sha512:c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e
+ SOURCE_URL[0]=https://profanity-im.github.io/${SPELL}-${VERSION}.tar.gz
+ SOURCE_HASH=sha512:d4be02ad560f53ba59f6d814b6489fe8b7fe59a9c26e72867e23aa33d8badadfd518bc27a1f63266cb5f651f422a5de70f474ff551f5e97f5eab7b643f3a9106
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS=""
- WEB_SITE="http://www.profanity.im/"
+ WEB_SITE=https://profanity-im.github.io/
LICENSE[0]=GPL
ENTERED=20131013
SHORT="Ncurses based XMPP client"