From c78f771fcf36bd37370418668faee0ce4b26a2a1 Mon Sep 17 00:00:00 2001 From: Namorzyny Date: Fri, 28 Jan 2022 06:48:12 +0800 Subject: [PATCH] nomino: Add version 1.1.0 (#3262) * Add nomino 1.1.0 * Update bucket/nomino.json --- bucket/nomino.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/nomino.json diff --git a/bucket/nomino.json b/bucket/nomino.json new file mode 100644 index 0000000000..5684875a59 --- /dev/null +++ b/bucket/nomino.json @@ -0,0 +1,21 @@ +{ + "version": "1.1.0", + "description": "Batch rename utility for developers", + "homepage": "https://github.com/yaa110/nomino", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/yaa110/nomino/releases/download/1.1.0/nomino-windows-64bit.exe#/nomino.exe", + "hash": "af0e1927b408621a6bc7a0e18e00bc579f2dd09dc7c55156954d0dd07a922953" + } + }, + "bin": "nomino.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/yaa110/nomino/releases/download/$version/nomino-windows-64bit.exe#/nomino.exe" + } + } + } +}