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">
|
<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>
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user