Skip to content

Commit

Permalink
chore: bump chocolatey [ci skip]
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed Feb 12, 2020
1 parent bbc00bb commit 36a9610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/chocolatey/ipfs-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ipfs-desktop</id>
<version>0.10.2</version>
<version>0.10.3</version>
<title>IPFS Desktop</title>
<authors>ipfs-shipyard</authors>
<owners>hacdias</owners>
Expand Down
4 changes: 2 additions & 2 deletions pkgs/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url = 'https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.10.2/IPFS-Desktop-Setup-0.10.2.exe'
$checksum = '0B391C66E04B7C334507A327ECC9F412246DC92802BBE63961BBCAC12307E356'
$url = 'https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v0.10.3/IPFS-Desktop-Setup-0.10.3.exe'
$checksum = '6BC43ECB86375F3BAD7AC7E678933922AC75EABF0B123541E54A9869BAFD3BF9'

$packageArgs = @{
packageName = 'ipfs-desktop'
Expand Down

0 comments on commit 36a9610

Please sign in to comment.