mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 05:21:20 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.11.0",
|
|
"description": "Terminal-based slideshow tool",
|
|
"homepage": "https://github.com/mfontanini/presenterm",
|
|
"license": "BSD-2-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.11.0/presenterm-0.11.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:2c68acb9afdce11ff60e38454f69166601bdcab653b8924c2b71d245b5a12e888430dd080210238db18f795f138dbdd84d40c8a8a332fb4f7fc7f82029b5a027"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.11.0/presenterm-0.11.0-i686-pc-windows-msvc.zip",
|
|
"hash": "sha512:c42d7a676ec65c0d2ad21e1789fbfbccabf9d298e5418ad2c80213d904aae3c8f3fc623160cf2492e5805cb0608b2397c51ee56fe225162fbc4218f1b6eed68e"
|
|
}
|
|
},
|
|
"bin": "presenterm.exe",
|
|
"checkver": "github",
|
|
"extract_dir": "presenterm-0.11.0",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v$version/presenterm-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v$version/presenterm-$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"extract_dir": "presenterm-$version",
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
}
|
|
}
|
|
}
|