X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpython3-colorama;h=cb95921ed41d102bb54be05b58b271c8ba8dcdcd;hp=c6d116a3a6701cd49b3275abedc3eb27625cf715;hb=HEAD;hpb=7fe5bc8261d639753ee7a5a005ce06325231769b diff --git a/lfs/python3-colorama b/lfs/python3-colorama index c6d116a3a6..f0eb6a4371 100644 --- a/lfs/python3-colorama +++ b/lfs/python3-colorama @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2020 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,8 @@ include Config -VER = 0.3.9 +VER = 0.4.5 +SUMMARY = Cross-platform colored terminal text THISAPP = colorama-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +33,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-colorama -PAK_VER = 1 +PAK_VER = 5 -DEPS = "python3" +DEPS = + +SERVICES = ############################################################################### # Top-level Rules @@ -44,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3a0e415259690f4dd7455c2683ee5850 +$(DL_FILE)_BLAKE2 = 373e080e45092a106e1c9c58961a1742ceb3a409f8f40c9ea313cb6be1a36878c1000c0b7b6d7a3eb67a842f558d395f343938de2a98bb3fab3fc16c62fa80f6 install : $(TARGET) @@ -52,13 +55,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects)) download :$(patsubst %,$(DIR_DL)/%,$(objects)) -md5 : $(subst %,%_MD5,$(objects)) +b2 : $(subst %,%_BLAKE2,$(objects)) -dist: +dist: @$(PAK) ############################################################################### -# Downloading, checking, md5sum +# Downloading, checking, b2sum ############################################################################### $(patsubst %,$(DIR_CHK)/%,$(objects)) : @@ -67,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details