X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcheck_mk_agent;h=ab7f1da95db497f568eb0f697094f0f5df612512;hb=32ba431458a616026f17a687735bc6bec2e8dca9;hp=6e6d557d2cfb648150fa150e3a747a2d08b5c7db;hpb=77117e740ccd09436449234be77b7a95d720043e;p=ipfire-2.x.git diff --git a/lfs/check_mk_agent b/lfs/check_mk_agent index 6e6d557d2c..ab7f1da95d 100644 --- a/lfs/check_mk_agent +++ b/lfs/check_mk_agent @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # 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,15 +24,15 @@ include Config -VER = 1.2.2p2 +VER = 1.2.4p5 THISAPP = check_mk_agent-$(VER) DL_FILE = check_mk-${VER}.tar.gz -DL_FROM = http://mathias-kettner.de/download +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/check_mk-${VER} TARGET = $(DIR_INFO)/$(THISAPP) PROG = check_mk_agent -PAK_VER = 2 +PAK_VER = 4 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = caa0f7662b4d170b2b6db2516bd41a89 +$(DL_FILE)_MD5 = ef3055d191bd38295d1716b3f7824115 install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects))