2023-10-03 04:26:00 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.4.0",
"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.4.0/ttyper-x86_64-pc-windows-msvc.zip",
"hash": "f5506c40096b74d32306e845e6e27059024fc34d77af17fb45ab10f596a3189e"
},
"32bit": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.4.0/ttyper-i686-pc-windows-msvc.zip",
"hash": "9b92f3e950f71e4af3185adb3f0712227d137857ef3868393ed19deabdf2765e"
},
"arm64": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.4.0/ttyper-aarch64-pc-windows-msvc.zip",
"hash": "a6f2c261f7f78ef8ebea691a13a368946d67fcb36bb2a5fcb618a75364fdf316"
}
},
"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"
}
}
}