From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] acpid: update to 2.0.28 Date: Sat, 18 Mar 2017 11:16:16 +0100 Message-ID: <20170318101616.21040-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0734966973422959015==" List-Id: --===============0734966973422959015== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- lfs/acpid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/acpid b/lfs/acpid index 9169857..9329f6c 100644 --- a/lfs/acpid +++ b/lfs/acpid @@ -24,7 +24,7 @@ include Config -VER = 2.0.26 +VER = 2.0.28 THISAPP = acpid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f6d772e35ed907f1cc14ad1a546fd473 +$(DL_FILE)_MD5 = 0432407b5ff75ae8e08afb43052fde2b install : $(TARGET) -- 2.9.3 --===============0734966973422959015==--