]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/aws-cli
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / aws-cli
index a46a400fab2bc0cb07e984dfff22ffcdcbe8d59b..1bed05df9ca7855e192e9026e7f8fbb2563c2057 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -26,15 +26,15 @@ include Config
 
 SUMMARY    = Amazon Web Services Command Line Interface
 
-VER        = 1.18.188
+VER        = 1.27.100
 
-THISAPP    = awscli-$(VER)
+THISAPP    = aws-cli-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = aws-cli
-PAK_VER    = 5
+PAK_VER    = 8
 
 DEPS       = python3-botocore python3-colorama python3-docutils python3-pyasn1 python3-rsa python3-s3transfer python3-six python3-yaml
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = cce3566bf44a896381198b088e479c6185b91298585ea855ea0ac19c76a736b1f746413009a56b3a755de6c9c788a70cf78e3d010968c17d5b6dce45a650a9de
+$(DL_FILE)_BLAKE2 = 02fac88ec2451c7c0f8b96c17c08e767ab629ab4480abf195023298aaf8b3f98f2fe5805da0051cbcc2fad0a93e5277dfaa38ffdf979d991f3873268ee530ffd
 
 install : $(TARGET)