mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
24 lines
753 B
JSON
24 lines
753 B
JSON
{
|
|
"version": "1.2",
|
|
"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.2/sayit-v1.2-win-sc.zip",
|
|
"hash": "899ce029ba013d64e0f625f16fcf20f7ed578bfeac361aa974e1a181a9231720"
|
|
}
|
|
},
|
|
"extract_dir": "sayit-v1.2-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"
|
|
}
|
|
}
|