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

@@ -1,5 +1,5 @@
$package = 'ConEmu'
$version = '140914'
$version = '140922'
try {
@@ -9,7 +9,8 @@ try {
$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'
$tempInstall = Join-Path $chocTemp "ConEmu\ConEmuSetup.$version.exe"