Browse Source

Update Choc package for 4.4

pull/263/head
Christoph Wille 12 years ago
parent
commit
b949e50464
  1. 2
      src/Setup/Chocolatey/Tools/chocolateyInstall.ps1
  2. 2
      src/Setup/Chocolatey/sharpdevelop.nuspec

2
src/Setup/Chocolatey/Tools/chocolateyInstall.ps1

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
$packageName = 'sharpdevelop'
$installerType = 'msi'
$url = 'http://downloads.sourceforge.net/sharpdevelop/SharpDevelop_4.3.3.9663_Setup.msi?download'
$url = 'http://downloads.sourceforge.net/sharpdevelop/SharpDevelop_4.4.0.9722_Setup.msi?download'
$silentArgs = '/q'
$validExitCodes = @(0)

2
src/Setup/Chocolatey/sharpdevelop.nuspec

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<metadata>
<id>sharpdevelop</id>
<title>SharpDevelop</title>
<version>4.3.3</version>
<version>4.4</version>
<authors>IC#Code Team</authors>
<owners>SharpDevelop Team</owners>
<summary>sharpdevelop</summary>

Loading…
Cancel
Save