From 82518299ba9773afa093eb3095c37d979a01ce4c Mon Sep 17 00:00:00 2001 From: deepu105 Date: Thu, 11 Jan 2024 15:13:35 +0000 Subject: [PATCH] Update package for jwt-ui release v0.0.4 --- jwt-ui.json | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/jwt-ui.json b/jwt-ui.json index 3a52e9e..9b1401c 100644 --- a/jwt-ui.json +++ b/jwt-ui.json @@ -1,26 +1,25 @@ { - "homepage": "https://github.com/jwt-rs/jwt-ui", - "description": "A Terminal UI for decoding/encoding JSON Web Tokens", - "version": "0.0.1", - "license": "MIT", + "homepage": "https://github.com/jwt-rs/jwt-ui", + "description": "A Terminal UI for decoding/encoding JSON Web Tokens", + "version": "0.0.4", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.4/jwtui-windows.tar.gz", + "hash": "93a6a88c2d30e43df99d49059d4ed4ad0b0b22a8e9316da3248943fbdc77804e" + } + }, + "bin": "jwtui.exe", + "checkver": "github", + "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.1/jwtui-windows.tar.gz", - "hash": "$hash_64" - } - }, - "bin": "jwtui.exe", - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.1/jwtui-windows.tar.gz", - "hash": { - "url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.1/jwtui-windows.sha256", - "regex": "$sha256" - } + "url": "https://github.com/jwt-rs/jwt-ui/releases/download/v$version/jwtui-windows.tar.gz", + "hash": { + "url": "https://github.com/jwt-rs/jwt-ui/releases/download/v$version/jwtui-windows.sha256", + "regex": "$sha256" } } } } - \ No newline at end of file +}