Skip to content

Commit

Permalink
(fiddler4) removed URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Nov 22, 2017
1 parent 7da9613 commit ce6cb44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions unlisted/fiddler4/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion unlisted/fiddler4/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ce6cb44

Please sign in to comment.