From cdb159720800d57b412063128345814306f38461 Mon Sep 17 00:00:00 2001 From: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com> Date: Sat, 15 Nov 2025 21:16:55 +1100 Subject: [PATCH] oci-cli: Add version 3.70.1 (#7355) --- bucket/oci-cli.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/oci-cli.json diff --git a/bucket/oci-cli.json b/bucket/oci-cli.json new file mode 100644 index 0000000000..6e2ac77dde --- /dev/null +++ b/bucket/oci-cli.json @@ -0,0 +1,21 @@ +{ + "version": "3.70.1", + "description": "Command line interface for Oracle Cloud Infrastructure", + "homepage": "https://github.com/oracle/oci-cli", + "license": "UPL-1.0", + "architecture": { + "64bit": { + "url": "https://github.com/oracle/oci-cli/releases/download/v3.70.1/oci-cli-3.70.1-Windows-Server-Installer.msi", + "hash": "c6bcaf9127f5a064afbd75f90e71345051892612232cc77d806339826b6ce825" + } + }, + "bin": "oci.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/oracle/oci-cli/releases/download/v$version/oci-cli-$version-Windows-Server-Installer.msi" + } + } + } +}