From 0e9b88fd903d4f630479b79bd9c39677e72f0522 Mon Sep 17 00:00:00 2001 From: punq Date: Wed, 28 Feb 2024 13:12:57 +0000 Subject: [PATCH] [skip ci] scoop v1.5.7 --- punq.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/punq.json b/punq.json index 29fb6b5..6924352 100644 --- a/punq.json +++ b/punq.json @@ -1,14 +1,14 @@ { - "version": "1.5.6", + "version": "1.5.7", "license": "MIT", "homepage": "https://punq.dev", "bin": "punq.exe", - "pre_install": "Rename-Item \"$dir\\punq-v1.5.6-windows-amd64\" punq.exe", + "pre_install": "Rename-Item \"$dir\\punq-v1.5.7-windows-amd64\" punq.exe", "description": "A slim open-source workload manager for Kubernetes with team collaboration, WebApp, and CLI.", "architecture": { "64bit": { - "url": "https://github.com/mogenius/punq/releases/download/v1.5.6/punq-v1.5.6-windows-amd64", - "hash": "a2a5ca240d397b7ec750f2138d82ad04471f6003ccf82ad726179ea0dcdc7e1a" + "url": "https://github.com/mogenius/punq/releases/download/v1.5.7/punq-v1.5.7-windows-amd64", + "hash": "a4239c8a9b4d3f0345b11de612fe2bbedb3bb4ffa6e0fe84e7bcaca2927e8375" } } }