X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ftransmission;h=36eb3c424ecaee897a71489dfe135d13f28b1454;hb=24247159dd2d757690798f93e40499e217fee58a;hp=3a1cbddba648f75683a45bf3ace362a92f8aa824;hpb=9d9c825b4e2a58bbd9c7636d7eeb37a52f21d9c6;p=ipfire-2.x.git diff --git a/lfs/transmission b/lfs/transmission index 3a1cbddba6..36eb3c424e 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team # +# Copyright (C) 2007-2016 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.84 +VER = 2.92 THISAPP = transmission-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = transmission -PAK_VER = 11 +PAK_VER = 13 -DEPS = "libevent2" +DEPS = "" CXXFLAGS += -fno-exceptions @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 411aec1c418c14f6765710d89743ae42 +$(DL_FILE)_MD5 = 3fce404a436e3cd7fde80fb6ed61c264 install : $(TARGET)