]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
transmission: update to 2.83.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 3 Jun 2014 16:20:27 +0000 (18:20 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 3 Jun 2014 16:20:27 +0000 (18:20 +0200)
lfs/transmission

index 51c2fbd4d87beea7606ae5bdaeecf4bd7e4d39b8..cb4ad4517687d5d7797dd7cf4eab8bd63ed76917 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2014  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.82
+VER        = 2.83
 
 THISAPP    = transmission-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = transmission
-PAK_VER    = 9
+PAK_VER    = 10
 
 DEPS       = "libevent2"
 
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a5ef870c0410b12d10449c2d36fa4661
+$(DL_FILE)_MD5 = 4620cfbfefee2ce55a6fa12c3ec330a7
 
 install : $(TARGET)