]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
transmission: update to 2.76.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Jan 2013 11:07:11 +0000 (12:07 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Jan 2013 11:07:11 +0000 (12:07 +0100)
lfs/transmission

index 340cf00abcc8de06e014d885ca8333eb2f52e591..ab34ee3db6997ef4912b80848d29289fdcc1ab3c 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2013  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.75
+VER        = 2.76
 
 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    = 4
+PAK_VER    = 5
 
 DEPS       = "libevent2"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 26b92e56e1574bb10443eccbf17443a7
+$(DL_FILE)_MD5 = 9abbffe29ce9b5ee68a116d293c51111
 
 install : $(TARGET)