summaryrefslogtreecommitdiffstats
path: root/chat-libs/libstrophe
diff options
context:
space:
mode:
authorVlad Glagolev2020-01-07 04:08:24 +0000
committerVlad Glagolev2020-01-07 04:08:24 +0000
commit9b7a4d41f429fdf9cb9378d2782dd0fafead0571 (patch)
tree4c6dbef1f4f9bd219d96b1fe5a0e73ca5235eeb9 /chat-libs/libstrophe
parentbf67f9048473f27921fb20c53443935950d0fccc (diff)
libstrophe: => 0.9.3
Diffstat (limited to 'chat-libs/libstrophe')
-rwxr-xr-xchat-libs/libstrophe/DETAILS4
-rw-r--r--chat-libs/libstrophe/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/chat-libs/libstrophe/DETAILS b/chat-libs/libstrophe/DETAILS
index 19c823d18e..591aff2e7b 100755
--- a/chat-libs/libstrophe/DETAILS
+++ b/chat-libs/libstrophe/DETAILS
@@ -10,10 +10,10 @@ case "${LIBSTROPHE_BRANCH}" in
SOURCE_IGNORE=volatile
;;
stable)
- VERSION=0.9.2
+ VERSION=0.9.3
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL=https://github.com/strophe/${SPELL}/releases/download/${VERSION}/${SOURCE}
- SOURCE_HASH=sha512:a1eeb966ef25536144d9cd67fd75f199ef685d9e7e4c03f1d76fe244f29f69409a819656d70374aa6a3a644d4a51bfead4c72500b36c620eaa07f66e11adf1d9
+ SOURCE_HASH=sha512:e790fd327ba7dac3dcf3acca6716881cd72e899e15a4902a5e477b1419aad857c200554696205201a05281e31a2f7c4050020742bbc48893477e171048721aef
;;
esac
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/chat-libs/libstrophe/HISTORY b/chat-libs/libstrophe/HISTORY
index 6290bb29cd..8f619492d0 100644
--- a/chat-libs/libstrophe/HISTORY
+++ b/chat-libs/libstrophe/HISTORY
@@ -1,3 +1,6 @@
+2020-01-06 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.9.3
+
2019-04-18 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: added stable branch; updated licenses
* PREPARE: added, for multi branch support