Skip to content

Commit

Permalink
Add ipfs-desktop version 0.6.1 (closes #1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Jan 13, 2019
1 parent 96d0661 commit fdcbc6f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ipfs-desktop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"homepage": "https://github.com/ipfs-shipyard/ipfs-desktop",
"version": "0.6.1",
"description": "A desktop client for IPFS.",
"url": "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.6.1/ipfs-desktop-setup-0.6.1.exe#/dl.7z",
"hash": "sha512:082cee1892a36365866eb46d87c1c7ee701d76097af67c043df920d09a18bc188347dd79a4fb8a34df19edcafbc1024abb1c1d7a35a3a9a5da5a81fb52a93ff1",
"pre_install": "extract_7zip \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
"shortcuts": [
[
"IPFS Desktop.exe",
"IPFS Desktop"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v$version/ipfs-desktop-setup-$version.exe#/dl.7z",
"hash": {
"url": "$baseurl/latest.yml",
"find": "sha512:\\s+(.*)"
}
}
}

0 comments on commit fdcbc6f

Please sign in to comment.