New commits:
commit 7d2ecd4ef10a55cad41292f7367b1b6d5cf7dca4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
chat-im/profanity: version 0.14.0
commit f4d87a1b54d9d809577dd072e0954b6760379481
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
chat-libs/libstrophe: version 0.12.3
diff --git a/chat-im/profanity/DETAILS b/chat-im/profanity/DETAILS
index 61f2946..99726b6 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.13.1
-
SOURCE_HASH=sha256:2b5075272e7ec9d9c991542e592b1d474fff88c61c66e7e23096ad306ed2c84a:UPSTREAM_HASH
+ VERSION=0.14.0
+
SOURCE_HASH=sha256:fd23ffd38a31907974a680a3900c959e14d44e16f1fb7df2bdb7f6c67bd7cf7f:UPSTREAM_HASH
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL=(https://profanity-im.github.io/tarballs/$SOURCE)
-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 af62eb1..d4cc124 100644
--- a/chat-im/profanity/HISTORY
+++ b/chat-im/profanity/HISTORY
@@ -1,3 +1,7 @@
+2023-08-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.14.0, added Watch line, fixed scm branch url,
source and
+ source directory
+
2023-01-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.13.1, switched to upstream sha256 hashsum