Skip to content

Commit fdcbc6f

Browse files
committed
Add ipfs-desktop version 0.6.1 (closes #1597)
1 parent 96d0661 commit fdcbc6f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ipfs-desktop.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"homepage": "https://github.com/ipfs-shipyard/ipfs-desktop",
3+
"version": "0.6.1",
4+
"description": "A desktop client for IPFS.",
5+
"url": "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.6.1/ipfs-desktop-setup-0.6.1.exe#/dl.7z",
6+
"hash": "sha512:082cee1892a36365866eb46d87c1c7ee701d76097af67c043df920d09a18bc188347dd79a4fb8a34df19edcafbc1024abb1c1d7a35a3a9a5da5a81fb52a93ff1",
7+
"pre_install": "extract_7zip \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
8+
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
9+
"shortcuts": [
10+
[
11+
"IPFS Desktop.exe",
12+
"IPFS Desktop"
13+
]
14+
],
15+
"checkver": "github",
16+
"autoupdate": {
17+
"url": "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v$version/ipfs-desktop-setup-$version.exe#/dl.7z",
18+
"hash": {
19+
"url": "$baseurl/latest.yml",
20+
"find": "sha512:\\s+(.*)"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)