From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] guardian: Update to 2.0.2 Date: Wed, 27 Jun 2018 19:39:14 +0200 Message-ID: <20180627173914.4716-2-stefan.schantl@ipfire.org> In-Reply-To: <20180627173914.4716-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8012851957444196841==" List-Id: --===============8012851957444196841== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- lfs/guardian | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/guardian b/lfs/guardian index f3001c821..45c571d05 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -24,7 +24,7 @@ include Config -VER = 2.0 +VER = 2.0.2 THISAPP = guardian-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = guardian -PAK_VER = 14 +PAK_VER = 15 DEPS = "perl-inotify2 perl-Net-IP" @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 15be3b14a70e21502368deca74903f5c +$(DL_FILE)_MD5 = f83a7ca312cd3cb3ddf79fb33826027d install : $(TARGET) -- 2.17.1 --===============8012851957444196841==--