ivan: Update to version 058, fix autoupdate (#395)

master
satorope 2021-10-31 00:58:39 +09:00 committed by GitHub
parent db8c3cda7c
commit ff34560196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
{
"version": "057",
"version": "058",
"license": "GPL-2.0",
"homepage": "https://github.com/Attnam/ivan",
"extract_dir": "IVAN-v057-win",
"url": "https://github.com/Attnam/ivan/releases/download/v057/IVAN-v057-win.zip",
"hash": "1309d30cc434f87d19794aa01a63ece04823927e6e433494a6ada64df2f26f40",
"extract_dir": "IVAN-v058-win",
"url": "https://github.com/Attnam/ivan/releases/download/v058/IVAN-v058-win.zip",
"hash": "284e8e894fd301c89b33f37aefd28cfad720db16fe07aed041f08d943fe2b350",
"shortcuts": [
[
"ivan.exe",
@ -14,6 +14,6 @@
"checkver": "github",
"autoupdate": {
"extract_dir": "IVAN-v$version-win",
"url": "https://github.com/Attnam/ivan/releases/download/v057/IVAN-v$version-win.zip"
"url": "https://github.com/Attnam/ivan/releases/download/v$version/IVAN-v$version-win.zip"
}
}