From 4e9bff5b577f78edf6606ddb2711c91b4a39b2c8 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Wed, 29 Jan 2025 19:23:55 +0000 Subject: [PATCH] loxicmd: upgrade loxicmd to 0.9.8 git clone --branch v0.9.8 https://github.com/loxilb-io/loxicmd.git cd loxicmd go mod vendor cd .. mv loxicmd loxicmd-0.9.8 tar czvf loxicmd-0.9.8.tar.gz loxicmd-0.9.8 Signed-off-by: Vincent Li --- lfs/loxicmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/loxicmd b/lfs/loxicmd index 58506c466..60b79ce20 100644 --- a/lfs/loxicmd +++ b/lfs/loxicmd @@ -2,7 +2,7 @@ # # # IPFire.org - A linux based firewall # # Copyright (C) 2007-2024 IPFire Team # -# Copyright (C) 2024 BPFire +# Copyright (C) 2024-2025 BPFire # # # 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 # @@ -25,7 +25,7 @@ include Config -VER = 0.9.x +VER = 0.9.8 THISAPP = loxicmd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5c8ceca1bfce4759e4f9c9248339a2d8891e1c435475268dae2f46e92841962c7cf8bbb6043f4ba6214853b95c976bdf6db3032a245cff3ce2229f2ae11592ec +$(DL_FILE)_BLAKE2 = c4ea521c25ca8e49f9831d7d942ad7552249f84114b4b32f364d8e4023ada781f5aa6e8e7378ba5c9df43fd648a40213441f353405cd6ffd4eebe3097d824b18 install : $(TARGET)