mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.15.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.15.0/presenterm-0.15.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:bb875f7e2f005a7d4adf9006666493b615b70101ec2a92d69810d30ad6ba0544c855254b40c76f03e917e6f87390724358c3e8afece77eada4435126fc0a5b55"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.15.0/presenterm-0.15.0-i686-pc-windows-msvc.zip",
|
|
"hash": "sha512:192afba14ac0c37306821f6e254c201a257b2bbeeba0623cbfe75ac6c137827c08424ffc819e7b3f8ac331a0e1a59f782f7139eb1f8c69c601b4211264e8bbc6"
|
|
}
|
|
},
|
|
"bin": "presenterm.exe",
|
|
"checkver": "github",
|
|
"extract_dir": "presenterm-0.15.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"
|
|
}
|
|
}
|
|
}
|