mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.10.1",
|
|
"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.10.1/presenterm-0.10.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:b6adf52ababf864cf984b48e6a54ad2315c35ad9ad7790b4d10d8d93174c534d3ff085f0079ce7b8cc142f73ad4e1eb000389320b180981562a56927b9fee058"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.10.1/presenterm-0.10.1-i686-pc-windows-msvc.zip",
|
|
"hash": "sha512:7a6ec04e7f9d6a58d6e46ea76f74d5906ebbc959cb50263008462997adafc929a1308f6a906d1f8d0f6d0859af0f53f446290e9ad86c56c0400f1549a5712d90"
|
|
}
|
|
},
|
|
"bin": "presenterm.exe",
|
|
"checkver": "github",
|
|
"extract_dir": "presenterm-0.10.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|