diff options
-rw-r--r-- | network/transmission/transmission.SlackBuild | 6 | ||||
-rw-r--r-- | network/transmission/transmission.info | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/network/transmission/transmission.SlackBuild b/network/transmission/transmission.SlackBuild index a29579d7362d..1539e06ca369 100644 --- a/network/transmission/transmission.SlackBuild +++ b/network/transmission/transmission.SlackBuild @@ -24,6 +24,9 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20230320 bkw: update for v4.0.2. add -DREBUILD_WEB=OFF to allow building +# without using the network, if nodejs is installed. thanks +# to Ruben Schuller for pointing this out. # 20230208 bkw: update for v4.0.0, which has only been out for about 5 hours. # - Disable the qt5 UI by default. There's no reason to build both GUIs # by default. User can still say GTK=no QT=yes to get only the qt UI. @@ -45,7 +48,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=transmission -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -122,6 +125,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ mkdir -p build cd build cmake \ + -DREBUILD_WEB=OFF \ -DENABLE_DAEMON=$DAEMOPT \ -DENABLE_QT=$QTOPT \ -DENABLE_GTK=$GTKOPT \ diff --git a/network/transmission/transmission.info b/network/transmission/transmission.info index a7796a934a16..bd37ada643fe 100644 --- a/network/transmission/transmission.info +++ b/network/transmission/transmission.info @@ -1,8 +1,8 @@ PRGNAM="transmission" -VERSION="4.0.0" +VERSION="4.0.2" HOMEPAGE="https://www.transmissionbt.com/" -DOWNLOAD="https://github.com/transmission/transmission/releases/download/4.0.0/transmission-4.0.0.tar.xz" -MD5SUM="d73915000cf2871404b45a64969cea83" +DOWNLOAD="https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz" +MD5SUM="3e2ffe6cec830dc67abd114da60d4772" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |