Skip to content

Commit

Permalink
Update chocolatey packages to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakulo committed Jan 15, 2015
1 parent 4c21b5d commit 837cc7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>switcheroo.install</id>
<title>Switcheroo (Install)</title>
<version>0.8.2.56</version>
<version>0.8.3.60</version>
<authors>Regin Larsen, James Sulak</authors>
<owners>Regin Larsen</owners>
<summary>An alternative alt-tab task switcher</summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'switcheroo.install'
$installerType = 'EXE'
$url = 'https://github.com/kvakulo/Switcheroo/releases/download/v0.8.2/switcheroo-setup.exe'
$url = 'https://github.com/kvakulo/Switcheroo/releases/download/v0.8.3/switcheroo-setup.exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
$validExitCodes = @(0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>switcheroo.portable</id>
<title>Switcheroo (Portable)</title>
<version>0.8.2.56</version>
<version>0.8.3.60</version>
<authors>Regin Larsen, James Sulak</authors>
<owners>Regin Larsen</owners>
<summary>An alternative alt-tab task switcher</summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$packageName = 'switcheroo.portable'
$url = 'https://github.com/kvakulo/Switcheroo/releases/download/v0.8.2/switcheroo-portable.zip'
$url = 'https://github.com/kvakulo/Switcheroo/releases/download/v0.8.3/switcheroo-portable.zip'

Install-ChocolateyZipPackage "switcheroo" "$url" "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4 changes: 2 additions & 2 deletions ChocolateyPackages/switcheroo/switcheroo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>switcheroo</id>
<title>Switcheroo</title>
<version>0.8.2.56</version>
<version>0.8.3.60</version>
<authors>Regin Larsen, James Sulak</authors>
<owners>Regin Larsen</owners>
<summary>An alternative alt-tab task switcher</summary>
Expand All @@ -15,7 +15,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/kvakulo/Switcheroo/8ff2eaaee6092b05e00b21f78745c1d2d834e0ae/logo.png</iconUrl>
<dependencies>
<dependency id="switcheroo.install" version="0.8.2.56" />
<dependency id="switcheroo.install" version="0.8.3.60" />
</dependencies>
<releaseNotes></releaseNotes>
</metadata>
Expand Down

0 comments on commit 837cc7d

Please sign in to comment.