nomino: Update to version 1.6.4 (#7130)

Excavator was failing because upstream changed the tag format to include
a `v` prefix.
This commit is contained in:
jack-mil 2025-09-11 13:38:31 -04:00 committed by GitHub
parent 2a8e8a1ddb
commit 1c5fcea142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
"version": "1.3.5",
"version": "1.6.4",
"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.3.5/nomino-windows-64bit.exe#/nomino.exe",
"hash": "ce9012944c9417be18ba313d7812a314709f2767ada06f09008247b5c6efa92b"
"url": "https://github.com/yaa110/nomino/releases/download/v1.6.4/nomino-windows-64bit.exe#/nomino.exe",
"hash": "ea77b987adb4d802983ed73ada32e026cf92f8dfde23a35e2cc547e622b283b8"
}
},
"bin": "nomino.exe",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/yaa110/nomino/releases/download/$version/nomino-windows-64bit.exe#/nomino.exe"
"url": "https://github.com/yaa110/nomino/releases/download/v$version/nomino-windows-64bit.exe#/nomino.exe"
}
}
}