From cc536f17fe85ead0a972babfeef474970f33ae00 Mon Sep 17 00:00:00 2001 From: punq Date: Fri, 6 Oct 2023 06:57:40 +0000 Subject: [PATCH] [skip ci] scoop v1.3.5 --- punq.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/punq.json b/punq.json index 66ef0ca..fd811ec 100644 --- a/punq.json +++ b/punq.json @@ -1,14 +1,14 @@ { - "version": "1.3.4", + "version": "1.3.5", "license": "MIT", "homepage": "https://punq.dev", "bin": "punq.exe", - "pre_install": "Rename-Item \"$dir\\punq-v1.3.4-windows-amd64\" punq.exe", + "pre_install": "Rename-Item \"$dir\\punq-v1.3.5-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.3.4/punq-v1.3.4-windows-amd64", - "hash": "b1f3ee9af2d956807c291c551dd47fedca81d3764c409a9456b3e0ed51d2bd3f" + "url": "https://github.com/mogenius/punq/releases/download/v1.3.5/punq-v1.3.5-windows-amd64", + "hash": "c54477d983a94fafb671fa65b60867f56d2496251d868891439f078a90c1cd2a" } } }