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.9.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.9.0/presenterm-0.9.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:d911314946e8f80edb9b4c13708efd636025e979e242c5a22080d2e678f5b9597ed27d526584f736903036ac624355fcbf7db0bf04a120a8218fbb91aacef4c4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.9.0/presenterm-0.9.0-i686-pc-windows-msvc.zip",
|
|
"hash": "sha512:b2a67c0ee5554245f49012eec5737f32d16f6441881c81887087ab36f139131360849a49f3e76f7b5caea3bdea2c89f8eb5885e7200a51bbf855d127e7fa92c7"
|
|
}
|
|
},
|
|
"bin": "presenterm.exe",
|
|
"checkver": "github",
|
|
"extract_dir": "presenterm-0.9.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"
|
|
}
|
|
}
|
|
}
|