From ce6cb44e24f69d511f9bba3f02460548bde807a2 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Wed, 22 Nov 2017 17:48:25 +0100 Subject: [PATCH] (fiddler4) removed URLs #923 --- unlisted/fiddler4/tools/chocolateyInstall.ps1 | 4 ++-- unlisted/fiddler4/update.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unlisted/fiddler4/tools/chocolateyInstall.ps1 b/unlisted/fiddler4/tools/chocolateyInstall.ps1 index 8930e3a23c9..088384d487b 100644 --- a/unlisted/fiddler4/tools/chocolateyInstall.ps1 +++ b/unlisted/fiddler4/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = 'fiddler4' fileType = 'EXE' - url = 'https://www.telerik.com/docs/default-source/fiddler/fiddlersetup.exe' - checksum = '90650BB4D1801795C80DA27CE28E13707B57642405BCAB9F68C055467AAEF2D2' + url = '' + checksum = '' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/unlisted/fiddler4/update.ps1 b/unlisted/fiddler4/update.ps1 index 8aa5eb0c763..a6aee2fbdc9 100644 --- a/unlisted/fiddler4/update.ps1 +++ b/unlisted/fiddler4/update.ps1 @@ -10,7 +10,7 @@ function global:au_SearchReplace { } function global:au_GetLatest { - $url = 'https://www.telerik.com/docs/default-source/fiddler/fiddlersetup.exe' + $url = '' $setup_path = "$PSScriptRoot\fiddlersetup.exe" Write-Host "Downloading full setup file to find the version"