chore(ConEmu): release 14.9.22.0

This commit is contained in:
Iristyle
2014-09-23 22:59:03 -07:00
parent 7f1c4d3524
commit 7610d97e3a
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata> <metadata>
<id>ConEmu</id> <id>ConEmu</id>
<version>14.9.14.0</version> <version>14.9.22.0</version>
<authors>Maximus5</authors> <authors>Maximus5</authors>
<owners>Xavier Decoster, Ethan J. Brown</owners> <owners>Xavier Decoster, Ethan J. Brown</owners>
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl> <licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>

View File

@@ -1,5 +1,5 @@
$package = 'ConEmu' $package = 'ConEmu'
$version = '140914' $version = '140922'
try { try {
@@ -9,7 +9,8 @@ try {
$os = if ($isSytem32Bit) { "x86" } else { "x64" } $os = if ($isSytem32Bit) { "x86" } else { "x64" }
$url = "http://www.fosshub.com/download/ConEmuSetup.$version.exe" # $url = "http://www.fosshub.com/download/ConEmuSetup.$version.exe"
$url = "http://mirror4.fosshub.com/programs/ConEmuSetup.$version.exe"
$chocTemp = Join-Path $Env:TEMP 'chocolatey' $chocTemp = Join-Path $Env:TEMP 'chocolatey'
$tempInstall = Join-Path $chocTemp "ConEmu\ConEmuSetup.$version.exe" $tempInstall = Join-Path $chocTemp "ConEmu\ConEmuSetup.$version.exe"