perl-Module-ScanDeps: Update checksum and remove unnecessary fields

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-04-14 20:59:10 +00:00
parent 6ede67fb5a
commit 2d44871aa1

View File

@@ -24,8 +24,6 @@
include Config
SUMMARY = Recursively scan Perl code for dependencies
VER = 1.31
THISAPP = Module-ScanDeps-$(VER)
@@ -33,11 +31,6 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PAK_VER = 1
DEPS = ""
SERVICES = ""
###############################################################################
# Top-level Rules
@@ -47,15 +40,14 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 20be5584eba22c5d05f679fab62e93ba
$(DL_FILE)_BLAKE2 = 61d7438359d035d847fefdfa1427b4e444935c8207d41b7e4994a3704fb4c6fb48d7fac169214abed3d71212fd372f478b01cb91d8876c0fdb68962c791101ba
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
b2 : $(subst %,%_BLAKE2,$(objects))
dist:.
$(PAK)