]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/oci-python-sdk
bind: Update to 9.16.33
[ipfire-2.x.git] / lfs / oci-python-sdk
index 8fc05e632c0c9d9c63a4a8c2e4ff563e049bb896..3f9b768fd48459af35a8d1b982cc6649b28cb0d6 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.54.0
+VER        = 2.64.0
 
 THISAPP    = oci-python-sdk-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,10 +32,10 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = oci-python-sdk
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = python3-circuitbreaker python3-cryptography python3-dateutil \
-       python3-pytz python3-six
+DEPS       = python3-certifi python3-click python3-circuitbreaker \
+       python3-cryptography python3-dateutil python3-pytz python3-six
 
 ###############################################################################
 # Top-level Rules
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9aa65cd7c75e6e3df39665d13f9250ff
+$(DL_FILE)_BLAKE2 = 1c7b2b1980354865a2d48fc542fc83dbae53c284251341dc10e45f4b9a42dfc1aafb530b4871af1432fb1aaa89fdb15bf4cb6007ea7454da02c1b9c6793d10c0
 
 install : $(TARGET)
 
@@ -53,13 +53,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 dist: 
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -68,8 +68,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details