summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/profanity/DETAILS12
-rw-r--r--chat-im/profanity/HISTORY7
2 files changed, 14 insertions, 5 deletions
diff --git a/chat-im/profanity/DETAILS b/chat-im/profanity/DETAILS
index 64935a5b65..99726b619d 100755
--- a/chat-im/profanity/DETAILS
+++ b/chat-im/profanity/DETAILS
@@ -2,17 +2,19 @@
SPELL=profanity
if [[ ${PROFANITY_BRANCH} == scm ]]; then
VERSION=$(get_scm_version)
- SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=git://github.com/profanity-im/${SPELL}.git
+ SOURCE="${SPELL}-scm.tar.bz2"
+ SOURCE_URL[0]="git_http://github.com/profanity-im/${SPELL}.git:${SPELL}-scm"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
else
- VERSION=0.12.1
+ VERSION=0.14.0
+ SOURCE_HASH=sha256:fd23ffd38a31907974a680a3900c959e14d44e16f1fb7df2bdb7f6c67bd7cf7f:UPSTREAM_HASH
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL=(https://profanity-im.github.io/tarballs/$SOURCE)
- SOURCE_HASH=sha512:ca3ea92fd439336cd0bf0be42afdda464e25be85b910aef837738b8d1787ac174ac93ccee4fb2fb385228ed7be8e9bac5e96a1f89a68df162785b17d7671463f
-fi
+# Watch: https://github.com/profanity-im/profanity/tags tags/([0-9.]+)[.]tar
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+fi
DOC_DIRS=""
WEB_SITE=https://profanity-im.github.io/
LICENSE[0]=GPL
diff --git a/chat-im/profanity/HISTORY b/chat-im/profanity/HISTORY
index 54cb4f357c..d4cc124096 100644
--- a/chat-im/profanity/HISTORY
+++ b/chat-im/profanity/HISTORY
@@ -1,3 +1,10 @@
+2023-08-13 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 0.14.0, added Watch line, fixed scm branch url, source and
+ source directory
+
+2023-01-26 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 0.13.1, switched to upstream sha256 hashsum
+
2022-09-07 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 0.12.1