From 9b341503b97d7b692b8edab75b962562ec37b73a Mon Sep 17 00:00:00 2001 From: Pascal Gru <8317771+pgrunm@users.noreply.github.com> Date: Fri, 25 Aug 2023 12:03:07 +0200 Subject: [PATCH] ko: Add version 0.14.1 (#5035) * Add source file for ko. * Fix autoupdate url. * Add other architectures. * Update ko.json --------- Co-authored-by: HUMORCE --- bucket/ko.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bucket/ko.json diff --git a/bucket/ko.json b/bucket/ko.json new file mode 100644 index 0000000000..5648255006 --- /dev/null +++ b/bucket/ko.json @@ -0,0 +1,40 @@ +{ + "version": "0.14.1", + "description": "A simple, fast container image builder for Go applications", + "homepage": "https://ko.build/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/ko-build/ko/releases/download/v0.14.1/ko_0.14.1_Windows_x86_64.tar.gz", + "hash": "232d418380d3181b67d30967e3528adb3d924d85b42d2cde874db1ab33c9f8d1" + }, + "32bit": { + "url": "https://github.com/ko-build/ko/releases/download/v0.14.1/ko_0.14.1_Windows_i386.tar.gz", + "hash": "33ac30905255fb915d326f74a19493363d4568a38f3f7704b3666f77939ae36d" + }, + "arm64": { + "url": "https://github.com/ko-build/ko/releases/download/v0.14.1/ko_0.14.1_Windows_arm64.tar.gz", + "hash": "2d3ae938efdc0215b8717f8ea79e6247af8e1298a47cd686adbfbda0f315b107" + } + }, + "bin": "ko.exe", + "checkver": { + "github": "https://github.com/ko-build/ko/" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ko-build/ko/releases/download/v$version/ko_$version_Windows_x86_64.tar.gz" + }, + "32bit": { + "url": "https://github.com/ko-build/ko/releases/download/v$version/ko_$version_Windows_i386.tar.gz" + }, + "arm64": { + "url": "https://github.com/ko-build/ko/releases/download/v$version/ko_$version_Windows_arm64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}