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, next has been updated via a08dc91970bf3ca5b1a73ae75c4627720fd8c5ae (commit) from ddafd799cefa0fde02fd6ab08426485ec692afe7 (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 a08dc91970bf3ca5b1a73ae75c4627720fd8c5ae Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jun 30 10:25:03 2013 +0200
transmission: update to 2.80.
-----------------------------------------------------------------------
Summary of changes: lfs/transmission | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/transmission b/lfs/transmission index 083db58..b20ae88 100644 --- a/lfs/transmission +++ b/lfs/transmission @@ -24,7 +24,7 @@
include Config
-VER = 2.77 +VER = 2.80
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 = 6 +PAK_VER = 7
DEPS = "libevent2"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 60c0e77a1852656215f7102a437b2a3d +$(DL_FILE)_MD5 = 2bde600d4b0a75d0bd3784550d59a8af
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree