mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "0.14.0",
|
|
"description": "Desktop client for Nostr written in Rust",
|
|
"homepage": "https://github.com/mikedilger/gossip",
|
|
"license": "MIT",
|
|
"url": [
|
|
"https://github.com/mikedilger/gossip/releases/download/v0.14.0/gossip.0.14.0.msi",
|
|
"https://raw.githubusercontent.com/mikedilger/gossip/master/packaging/windows/gossip.ico"
|
|
],
|
|
"hash": [
|
|
"fae7063d0e2741ec55cccc51753ed4c5f9be374665b25323cf6c31179c4f4736",
|
|
"001ebbd87b1c89463349d29e55b718f367cf0d97bf3cb3d5017ebb058aa8d186"
|
|
],
|
|
"extract_dir": "PFiles/Gossip/Gossip",
|
|
"bin": "gossip.exe",
|
|
"shortcuts": [
|
|
[
|
|
"gossip.exe",
|
|
"Gossip",
|
|
"",
|
|
"gossip.ico"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://api.github.com/repos/mikedilger/gossip/releases/latest",
|
|
"jsonpath": "$.assets[*].browser_download_url",
|
|
"regex": "download/v(?<tag>[\\d.]+)/gossip.([\\d.]+)\\.msi"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/mikedilger/gossip/releases/download/v$matchTag/gossip.$version.msi",
|
|
"hash": {
|
|
"url": "$baseurl/SHA256sums.txt"
|
|
}
|
|
}
|
|
}
|