2023-06-04 20:23:49 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.2.1",
"description": "Terminal-based typing test.",
"homepage": "https://github.com/max-niederman/ttyper",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.2.1/ttyper-x86_64-pc-windows-msvc.zip",
"hash": "8c13ee7a4ceccdf31ad78976318ca7296986f40b6980eb205be12b6a7b07f268"
},
"32bit": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.2.1/ttyper-i686-pc-windows-msvc.zip",
"hash": "c00bf8770555c980c24cbe3193d6787edee5b6b815980660ed8cc8e65da3a847"
},
"arm64": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.2.1/ttyper-aarch64-pc-windows-msvc.zip",
"hash": "d30c156730d6023b2cf06cade2f9b9ab1cec7374464986240a5a277433414ca6"
}
},
"bin": "ttyper.exe",
"checkver": {
"url": "https://api.github.com/repositories/338940591/releases",
"jsonpath": "$.[0].tag_name",
"regex": "v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v$version/ttyper-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v$version/ttyper-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v$version/ttyper-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}