mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
24 lines
753 B
JSON
24 lines
753 B
JSON
{
|
|
"version": "1.3",
|
|
"description": "A text-to-speech command line tool",
|
|
"homepage": "https://github.com/pviotti/sayit",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pviotti/sayit/releases/download/v1.3/sayit-v1.3-win-sc.zip",
|
|
"hash": "255e8890cbd0a2cf14d22c5bd6389a57b5b4e5b9718c616abfb1b91d94afe924"
|
|
}
|
|
},
|
|
"extract_dir": "sayit-v1.3-win-sc",
|
|
"bin": "SayIt.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pviotti/sayit/releases/download/v$version/sayit-v$version-win-sc.zip"
|
|
}
|
|
},
|
|
"extract_dir": "sayit-v$version-win-sc"
|
|
}
|
|
}
|