ScoopInstaller_Main/bucket/hackernews-tui.json
2024-10-22 00:35:20 +00:00

26 lines
1004 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "0.13.5",
"description": "A fast and customizable application for browsing Hacker News on the terminal.",
"homepage": "https://github.com/aome510/hackernews-tui",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/aome510/hackernews-tui/releases/download/v0.13.5/hackernews_tui-x86_64-pc-windows-msvc.zip",
"hash": "06374a8d7951c250a95fe35528c95fbb53003588a399b334261a2aeaa2707fac"
}
},
"bin": "hackernews_tui.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aome510/hackernews-tui/releases/download/v$version/hackernews_tui-x86_64-pc-windows-msvc.zip",
"hash": {
"url": "$baseurl/hackernews_tui-x86_64-pc-windows-msvc.sha256"
}
}
}
}
}