chore(ConEmu): release 14.9.22.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ConEmu</id>
|
||||
<version>14.9.14.0</version>
|
||||
<version>14.9.22.0</version>
|
||||
<authors>Maximus5</authors>
|
||||
<owners>Xavier Decoster, Ethan J. Brown</owners>
|
||||
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user