This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via e0d208c5f4ea8a33b0c9bfe221090a0c961de82d (commit) from a545f88e402a62d1b90a929b0e6622ae6eeeb143 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e0d208c5f4ea8a33b0c9bfe221090a0c961de82d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jun 3 18:20:27 2014 +0200
transmission: update to 2.83.
-----------------------------------------------------------------------
Summary of changes: lfs/transmission | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/transmission b/lfs/transmission index 51c2fbd..cb4ad45 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -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)
hooks/post-receive -- IPFire 2.x development tree