summaryrefslogtreecommitdiffstats
path: root/chat-irc
diff options
context:
space:
mode:
authorIsmael Luceno2016-09-21 19:24:00 -0300
committerIsmael Luceno2016-09-21 19:25:49 -0300
commitff47d697683c18017c09115bdafd459994ff73c8 (patch)
treeabc1c03f7bb284fd7f7fad0b643d8ddf63c8b5bd /chat-irc
parent8d37789087a8d99d3e4f6fdab5757ad993943f60 (diff)
irssi 0.8.20
Diffstat (limited to 'chat-irc')
-rwxr-xr-xchat-irc/irssi/DETAILS12
-rw-r--r--chat-irc/irssi/HISTORY5
2 files changed, 11 insertions, 6 deletions
diff --git a/chat-irc/irssi/DETAILS b/chat-irc/irssi/DETAILS
index aa7ad006b2..d85204264a 100755
--- a/chat-irc/irssi/DETAILS
+++ b/chat-irc/irssi/DETAILS
@@ -8,14 +8,14 @@ if [[ $IRSSI_BRANCH == scm ]]; then
SOURCE_IGNORE=volatile
SOURCE=$SPELL-scm.tar.bz2
else
- VERSION=0.8.16
+ VERSION=0.8.20
SECURITY_PATCH=1
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.irssi.org/files/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=http://www.irssi.org/files/$SOURCE2
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/releases/download/$VERSION/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE2_IGNORE=signature
- SOURCE_GPG=irssi.gpg:$SOURCE.sig:VERIFIED_UPSTREAM_KEY
+ SOURCE_GPG=irssi.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.irssi.org
diff --git a/chat-irc/irssi/HISTORY b/chat-irc/irssi/HISTORY
index 5101f76be6..6ccef4fe3e 100644
--- a/chat-irc/irssi/HISTORY
+++ b/chat-irc/irssi/HISTORY
@@ -1,3 +1,8 @@
+2016-09-21 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ Fixed SOURCE2_URL[0]
+ updated spell to 0.8.20
+
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: openssl => SSL