transmission: update to transmission-2.61

This commit is contained in:
Stefan Saraev 2012-08-05 20:07:20 +03:00
parent d031d366d3
commit 70fb29ae9c
3 changed files with 7 additions and 3 deletions

View File

@ -34,7 +34,7 @@ cd $PKG_BUILD
--localstatedir=/var \
--disable-static \
--enable-shared \
--disable-utp \
--enable-utp \
--enable-largefile \
--disable-nls \
--disable-cli \

View File

@ -1,3 +1,7 @@
2.1.5
- update to transmission-2.61
- update libevent to libevent-2.0.19-stable
2.1.4
- update to transmission-2.52

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="transmission"
PKG_VERSION="2.52"
PKG_REV="4"
PKG_VERSION="2.61"
PKG_REV="5"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.transmissionbt.com/"