From 906b89bf0cb42b0369d37429d86c5b72ed902bb2 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Sun, 24 Dec 2023 23:16:01 +0300 Subject: [PATCH] loft: Update to version 3.3.3, drop 32bit support (#5351) --- bucket/loft.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/bucket/loft.json b/bucket/loft.json index fc3b7b3940..7df1895630 100644 --- a/bucket/loft.json +++ b/bucket/loft.json @@ -1,16 +1,12 @@ { - "version": "3.2.4", + "version": "3.3.3", "description": "Namespace & Virtual Cluster Manager for Kubernetes", "homepage": "https://github.com/loft-sh/loft", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/loft-sh/loft/releases/download/v3.2.4/loft-windows-amd64.exe#/loft.exe", - "hash": "b6efd22a9096279938d8f0a81e8b19c6bb440d4455b46c9559f8062b4bb0fff9" - }, - "32bit": { - "url": "https://github.com/loft-sh/loft/releases/download/v3.2.4/loft-windows-386.exe#/loft.exe", - "hash": "7846bde6e6dfc2928daef048e8d498d08d499c3413c29c73768f7cadf9952d07" + "url": "https://github.com/loft-sh/loft/releases/download/v3.3.3/loft-windows-amd64.exe#/loft.exe", + "hash": "519b490a013db3c36f710bad0134cd98ece66f921f41c85d8806b2bb6b6ca7ad" } }, "bin": "loft.exe", @@ -19,13 +15,11 @@ "architecture": { "64bit": { "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-amd64.exe#/loft.exe" - }, - "32bit": { - "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-386.exe#/loft.exe" } }, "hash": { - "url": "$url.sha256" + "url": "$baseurl/checksums.txt", + "regex": "$sha256 $basename\\n" } } }