mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.6.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.6.1/presenterm-0.6.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:8b97282b50a65d53c7ef7d934c2dbf98954c03c86d5cdb06f52b42d1fd6339da3083db67153cf8b5d5829db2612389ac282e8875b4df75ba7d8c6959d52c5bf5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.6.1/presenterm-0.6.1-i686-pc-windows-msvc.zip",
|
|
"hash": "sha512:4aaba7ec2cb25eb8285a3ee205b542a73bd2a10e134dfa4e4e410c2f20ba1e411d45bdf4570940026ce9cb9c34555ffb76a47b42b50f5fb5c4e83af95a37638d"
|
|
}
|
|
},
|
|
"bin": "presenterm.exe",
|
|
"checkver": "github",
|
|
"extract_dir": "presenterm-0.6.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"
|
|
}
|
|
}
|
|
}
|