X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fwireless-regdb;h=6cffd34ba28f2d114bff38dfc781577e581317ed;hb=9ae65c8e08344b1d9efb34c6604a6746ee4a77d2;hp=2228c22b0a4f7382e41cc4a8e435654116ae38ce;hpb=74459c0aded2cceae19e1bff2ce9a899cf0168c0;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/wireless-regdb b/lfs/wireless-regdb index 2228c22b0a..6cffd34ba2 100644 --- a/lfs/wireless-regdb +++ b/lfs/wireless-regdb @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2011 IPFire Team # +# Copyright (C) 2007-2021 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,10 +24,10 @@ include Config -VER = 2011.04.28 +VER = 2020.11.20 THISAPP = wireless-regdb-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 16b7fabd4d7761ccf206702a3f18cce9 +$(DL_FILE)_MD5 = 6d29837f3a1ed671e37d5139de25c5b8 install : $(TARGET) @@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)