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 cade19b1967e652dfc080f8ca07081500514de56 (commit) from 08ab1b41dd8d83637915bd760395c41f9fc2f2c7 (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 cade19b1967e652dfc080f8ca07081500514de56 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Feb 23 15:11:57 2021 +0000
fireperf: Update to version 0.2.0
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/fireperf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/fireperf b/lfs/fireperf index bb88d290e..19fe7b1fd 100644 --- a/lfs/fireperf +++ b/lfs/fireperf @@ -24,7 +24,7 @@
include Config
-VER = 0.1.0 +VER = 0.2.0
THISAPP = fireperf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fireperf -PAK_VER = 1 +PAK_VER = 2
############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = https://source.ipfire.org/releases/fireperf/$(DL_FILE)
-$(DL_FILE)_MD5 = 1388fd154cfeab52608f81816c5bed96 +$(DL_FILE)_MD5 = 25bb110c90f389d5b8e1fc4164a45693
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree