diff options
author | firebird <firebird209@gmail.com> | 2013-01-26 22:15:52 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-05 22:40:16 -0600 |
commit | 9b9e86c712ce631834585dfa0d0853cef5db404a (patch) | |
tree | 3d5de432e1e4df0eb8119f1ed98806f1c7c9eff8 /network | |
parent | f1b14f64b439326741e23a4c8d02580c2a64a884 (diff) | |
download | slackbuilds-9b9e86c712ce631834585dfa0d0853cef5db404a.tar.gz |
network/weechat: Updated for version 0.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/weechat/slack-desc | 12 | ||||
-rw-r--r-- | network/weechat/weechat.SlackBuild | 4 | ||||
-rw-r--r-- | network/weechat/weechat.info | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/network/weechat/slack-desc b/network/weechat/slack-desc index d181283e2f..3051c69917 100644 --- a/network/weechat/slack-desc +++ b/network/weechat/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| weechat: weechat (a light & fast curses-based IRC client) @@ -11,7 +11,7 @@ weechat: weechat: WeeChat is a fast & light multilingual curses-based multiplatform weechat: IRC client written from scratch and released under the GPL. weechat: -weechat: homepage: http://www.weechat.org +weechat: Homepage: http://www.weechat.org weechat: weechat: weechat: diff --git a/network/weechat/weechat.SlackBuild b/network/weechat/weechat.SlackBuild index af27d4a88d..cc7576ef2e 100644 --- a/network/weechat/weechat.SlackBuild +++ b/network/weechat/weechat.SlackBuild @@ -4,7 +4,7 @@ # Maintained by sero (firebird209 at gmail dot com) PRGNAM=weechat -VERSION=0.3.9.2 +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README ABOUT-NLS UPGRADE_0.3 $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/weechat/weechat.info b/network/weechat/weechat.info index 9c5bde98c9..bd91d141f8 100644 --- a/network/weechat/weechat.info +++ b/network/weechat/weechat.info @@ -1,10 +1,10 @@ PRGNAM="weechat" -VERSION="0.3.9.2" +VERSION="0.4.0" HOMEPAGE="http://www.weechat.org" -DOWNLOAD="http://www.weechat.org/files/src/weechat-0.3.9.2.tar.bz2" -MD5SUM="636e96a62e60155f3b9769905d9912b9" +DOWNLOAD="http://www.weechat.org/files/src/weechat-0.4.0.tar.bz2" +MD5SUM="b2e10ca1e3a72142fcc8d58c7c774b1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="sero" +MAINTAINER="firebird" EMAIL="firebird209@gmail.com" |