mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.5.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.5.0/ttyper-x86_64-pc-windows-msvc.zip",
|
|
"hash": "46366d74431b0a4974931a80429cfda9d43006db115cda3b3ae397789bd59261"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.5.0/ttyper-i686-pc-windows-msvc.zip",
|
|
"hash": "faf8dc119ebd03bb8d972f98f7653865107b90fc86a0969c2e1091a09e20320b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.5.0/ttyper-aarch64-pc-windows-msvc.zip",
|
|
"hash": "b8570de6753e99df2b1b6ee88c3271192578134c692794d8cfbff9f066044f01"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|