- Update from version 0.13 to 0.14 - Update of rootfile not required - Changelog 0.14 https://github.com/corecode/dma/commits/v0.14/ Signed-off-by: Adolf Belka --- lfs/dma | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lfs/dma b/lfs/dma index 76b45423e..39507ff6a 100644 --- a/lfs/dma +++ b/lfs/dma @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2025 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,7 +24,7 @@ include Config -VER = 0.13 +VER = 0.14 THISAPP = dma-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +# https://github.com/corecode/dma + ############################################################################### # Top-level Rules ############################################################################### @@ -40,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 731d250a5e75faa25fe06dc636a72fca1c26382ea3d447665f47afbb6eb40426f2e587520a3e9431d454dea7bc14c323d40a48e2e9165a9477b2e2b1d2035087 +$(DL_FILE)_BLAKE2 = 229088c95abd26999686df65f5aa17a994593793abba5c0afeddbf9c1b0fc53b2cb835c7025286c92fc95e6be7e3c01738ab747f18885210715427c297461413 install : $(TARGET) -- 2.47.1