]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/aws-cli
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / aws-cli
index 45e8f2a95ceaa2e07ddc4b6975efb9ab2f2774eb..5e004f722f67b05502acd5a4ac24cd70c3ca4bd0 100644 (file)
 
 include Config
 
-VER        = 1.15.77
+SUMMARY    = Amazon Web Services Command Line Interface
 
-THISAPP    = aws-cli-$(VER)
+VER        = 1.18.188
+
+THISAPP    = awscli-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = aws-cli
-PAK_VER    = 2
+PAK_VER    = 5
+
+DEPS       = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml
 
-DEPS       = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-yaml
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b4404ee6ff3c1dad1aa1174d063beb71
+$(DL_FILE)_MD5 = d0e6edde94f5bd17bf6024fd6534dc61
 
 install : $(TARGET)