From 68eef8bc59c0ce40ff09a83840eae5c94396f843 Mon Sep 17 00:00:00 2001 From: AntonOks Date: Fri, 10 May 2024 22:06:24 +0200 Subject: [PATCH] skopeo-aoks: Add version 1.15.0 --- bucket/skopeo-aoks.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/skopeo-aoks.json diff --git a/bucket/skopeo-aoks.json b/bucket/skopeo-aoks.json new file mode 100644 index 00000000..6e6d133d --- /dev/null +++ b/bucket/skopeo-aoks.json @@ -0,0 +1,21 @@ +{ + "version": "1.15.0", + "description": "Windows builds of Skopeo: Work with remote images registries - retrieving information, images, signing content.", + "homepage": "https://github.com/passcod/winskopeo", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/passcod/winskopeo/releases/download/v1.15.0/skopeo.exe", + "hash": "86f734f3b97eca55968c90f39da45d3dfffa780a2f0a6ce074ac1f943748f4eb" + } + }, + "bin": "skopeo.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/passcod/winskopeo/releases/download/v$version/skopeo.exe" + } + } + } +}