mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.1.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.1.0/ttyper-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c7b18641e7e0e11248c9dff6f41bcb2d36c4136e1ca20378fdd5322047f25f21"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.1.0/ttyper-i686-pc-windows-msvc.zip",
|
|
"hash": "4fa38f15a7d2f8730d8392a6c023e26a0abbc7a17fef01b6e21da4824bbb6d3d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/max-niederman/ttyper/releases/download/v1.1.0/ttyper-aarch64-pc-windows-msvc.zip",
|
|
"hash": "4eccdd095ae630415107f8c41a64e7316f166f11d3af31c8d0e98f54a34d9755"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|