mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.16.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.16.0/presenterm-0.16.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "sha512:09f66864a9f4c9de23e95e3d5165a0e95c03bb46cba45fa11f3450aa37b94202073412cecb7666af86b722ac1880d2636e4018306a8dcd0f662b527c3c181883"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.16.0/presenterm-0.16.0-i686-pc-windows-msvc.zip",
|
|
"hash": "sha512:3e75b455505d3b93b25a8ca54d07a5d97fc9b4398f2d09e79bec7f01497370503c25339dbde65d76784d2984ddcd2cf449caa6683fb5748ec4707b78bd12abb3"
|
|
}
|
|
},
|
|
"bin": "presenterm.exe",
|
|
"checkver": "github",
|
|
"extract_dir": "presenterm-0.16.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"
|
|
}
|
|
}
|
|
}
|