]> granicus.if.org Git - icinga2/commitdiff
Use https URLs for the chocolatey package
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 31 Aug 2016 14:34:02 +0000 (16:34 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 31 Aug 2016 14:34:28 +0000 (16:34 +0200)
refs #12603

choco/chocolateyInstall.ps1.cmake

index 1888cf770ce1d90d5243b797e8f436eccfef9556..d23f34f8beb0b3d782239d326c2a482733b4b1b8 100755 (executable)
@@ -1,7 +1,7 @@
 $packageName = 'icinga2'\r
 $installerType = 'msi'\r
-$url32 = 'http://packages.icinga.org/windows/Icinga2-v${SPEC_VERSION}-x86.msi'\r
-$url64 = 'http://packages.icinga.org/windows/Icinga2-v${SPEC_VERSION}-x86_64.msi'\r
+$url32 = 'https://packages.icinga.org/windows/Icinga2-v${SPEC_VERSION}-x86.msi'\r
+$url64 = 'https://packages.icinga.org/windows/Icinga2-v${SPEC_VERSION}-x86_64.msi'\r
 $silentArgs = '/qn /norestart'\r
 $validExitCodes = @(0)\r
 \r