From 93e2ea28d1f33469f6d9d1506e9f1e0972d7bb1c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 21 Oct 2021 09:00:35 +0000 Subject: [PATCH] loft: Update to version 1.15.0 --- loft.json | 84 +++++++++++++++++++++++++++---------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/loft.json b/loft.json index c6c9232bee..d084875852 100644 --- a/loft.json +++ b/loft.json @@ -1,42 +1,42 @@ -{ - "version": "1.15.0", - "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/v1.15.0/loft-windows-amd64.exe", - "hash": "0e7a8259848560ccdba7b1e103c2980945881d2071fa79d94ac7156a73779f6a", - "bin": [ - [ - "loft-windows-amd64.exe", - "loft" - ] - ] - }, - "32bit": { - "url": "https://github.com/loft-sh/loft/releases/download/v1.15.0/loft-windows-386.exe", - "hash": "0de11dcce05af9df2852d96f3729d6a8e1f1d6eaf5a767f7f6ae84e380135199", - "bin": [ - [ - "loft-windows-386.exe", - "loft" - ] - ] - } - }, - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-amd64.exe" - }, - "32bit": { - "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-386.exe" - } - }, - "hash": { - "url": "$url.sha256" - } - } -} +{ + "version": "1.15.0", + "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/v1.15.0/loft-windows-amd64.exe", + "hash": "0e7a8259848560ccdba7b1e103c2980945881d2071fa79d94ac7156a73779f6a", + "bin": [ + [ + "loft-windows-amd64.exe", + "loft" + ] + ] + }, + "32bit": { + "url": "https://github.com/loft-sh/loft/releases/download/v1.15.0/loft-windows-386.exe", + "hash": "0de11dcce05af9df2852d96f3729d6a8e1f1d6eaf5a767f7f6ae84e380135199", + "bin": [ + [ + "loft-windows-386.exe", + "loft" + ] + ] + } + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-amd64.exe" + }, + "32bit": { + "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-386.exe" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}