2023-09-29 08:26:19 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.3.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.3.0/ttyper-x86_64-pc-windows-msvc.zip",
"hash": "21cb6bf70f634e7818e43f441f72e1f8c83d8e4f907511643b7c2d88ed8d62e1"
},
"32bit": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.3.0/ttyper-i686-pc-windows-msvc.zip",
"hash": "2813032179b788bbe6b38663473cc2cad4b8e714dcab6cf2ea9a5ea74d902611"
},
"arm64": {
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.3.0/ttyper-aarch64-pc-windows-msvc.zip",
"hash": "63dbc96dd90c91b9f116415a237aa0dbd955091cc32a809cd2c981a89692d104"
}
},
"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"
}
}
}