mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
oauth-toolkit: Update checksum and drop unnecessary fields
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
|
||||
include Config
|
||||
|
||||
SUMMARY = One-time password components
|
||||
|
||||
VER = 2.6.7
|
||||
|
||||
THISAPP = oath-toolkit-$(VER)
|
||||
@@ -33,12 +31,6 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = oath-toolkit
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = ""
|
||||
|
||||
SERVICES = ""
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -48,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 0a3c0d9e1f8095c88657bfea8ad5d59f
|
||||
$(DL_FILE)_BLAKE2 = 23f377c51eb633bf01d6085d33c7362cd91b6bed1cf4c2bbf32dc9433849e20c53f6896b16e5056b13f420f6a65a3c593fa1dafd7e184ed9e52666d94a7f75d1
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -56,10 +48,7 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
md5 : $(subst %,%_MD5,$(objects))
|
||||
|
||||
dist:.
|
||||
$(PAK)
|
||||
b2 : $(subst %,%_BLAKE2,$(objects))
|
||||
|
||||
###############################################################################
|
||||
# Downloading, checking, md5sum
|
||||
|
||||
Reference in New Issue
Block a user