diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2015-08-19 21:37:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-22 23:42:07 +0700 |
commit | baacb4477a036ee599738f08d75c24875d649aec (patch) | |
tree | baaa3a26df0a480bbd8ea3d788d95480a903dfdd /network/bitlbee | |
parent | 9ca306ceb84422fbb1b307b6fdf653eaf480bc8b (diff) |
network/bitlbee: Updated bitlbee for version 3.4.1.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'network/bitlbee')
-rw-r--r-- | network/bitlbee/bitlbee.SlackBuild | 5 | ||||
-rw-r--r-- | network/bitlbee/bitlbee.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/network/bitlbee/bitlbee.SlackBuild b/network/bitlbee/bitlbee.SlackBuild index d5298bb51b0b..b6b8dd2a788d 100644 --- a/network/bitlbee/bitlbee.SlackBuild +++ b/network/bitlbee/bitlbee.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bitlbee -VERSION=${VERSION:-3.2.2} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -156,8 +156,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/{oscar,skype} $PKG/var/lib/$PRGNAM cp -a \ COPYING doc/AUTHORS doc/CHANGES doc/CREDITS doc/FAQ doc/INSTALL \ doc/README doc/HACKING doc/bitlbee.xinetd doc/comic_3.0.png \ - doc/example_plugin.c doc/user-guide/user-guide.txt doc/user-guide/user-guide.html \ - doc/user-guide/help.txt $PKG/usr/doc/$PRGNAM-$VERSION + doc/example_plugin.c doc/user-guide/help.txt $PKG/usr/doc/$PRGNAM-$VERSION cp -a protocols/oscar/{AUTHORS,COPYING} $PKG/usr/doc/$PRGNAM-$VERSION/oscar cp -a protocols/skype/{HACKING,NEWS,README} $PKG/usr/doc/$PRGNAM-$VERSION/skype cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/bitlbee/bitlbee.info b/network/bitlbee/bitlbee.info index 598f2816b096..71325caf0737 100644 --- a/network/bitlbee/bitlbee.info +++ b/network/bitlbee/bitlbee.info @@ -1,8 +1,8 @@ PRGNAM="bitlbee" -VERSION="3.2.2" +VERSION="3.4.1" HOMEPAGE="http://www.bitlbee.org" -DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.2.2.tar.gz" -MD5SUM="eb8cee2e6ba3c990c044bd23d1766e6f" +DOWNLOAD="http://get.bitlbee.org/src/bitlbee-3.4.1.tar.gz" +MD5SUM="dc2d66c0b01d450ce8b44e1f8baf0378" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |