figurine: Update to version 1.3.0, now 64bit only

Now 64bit only, so architecture has been added.
Autoupdate fixed to use 64bit file name
This commit is contained in:
tech189 2022-12-18 17:19:42 +00:00
parent e74721ceca
commit 19568d6e09

View File

@ -1,17 +1,25 @@
{
"version": "1.2.0",
"version": "1.3.0",
"description": "Print any text using ASCII art in FIGlet.",
"homepage": "https://github.com/arsham/figurine",
"license": "Apache-2.0",
"url": "https://github.com/arsham/figurine/releases/download/v1.2.0/figurine_windows_v1.2.0.zip",
"hash": "f4501a54bb12af8d0dc539ab95371576340302271c5f905a94fb0953bdc84d38",
"architecture": {
"64bit": {
"url": "https://github.com/arsham/figurine/releases/download/v1.3.0/figurine_windows_amd64_v1.3.0.zip",
"hash": "287c809ccb0dbbbb7a9e0b5cf044ccdd2ffd81a10faebd3f6eae4c0bbb40610f"
}
},
"extract_dir": "deploy",
"bin": "figurine.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_v$version.zip",
"hash": {
"url": "https://github.com/arsham/figurine/releases/tag/v$version"
"architecture": {
"64bit": {
"url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_amd64_v$version.zip",
"hash": {
"url": "https://github.com/arsham/figurine/releases/tag/v$version"
}
}
}
}
}