diff --git a/ngrok.3.33.1.nupkg b/ngrok.3.33.1.nupkg deleted file mode 100644 index 522d08f..0000000 Binary files a/ngrok.3.33.1.nupkg and /dev/null differ diff --git a/ngrok.3.34.1.nupkg b/ngrok.3.34.1.nupkg new file mode 100644 index 0000000..0731429 Binary files /dev/null and b/ngrok.3.34.1.nupkg differ diff --git a/ngrok.nuspec b/ngrok.nuspec index b31064b..88f204d 100644 --- a/ngrok.nuspec +++ b/ngrok.nuspec @@ -3,7 +3,7 @@ ngrok - 3.33.1 + 3.34.1 https://github.com/ngrok/choco-ngrok ngrok Ngrok Agent diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 2d98ec8..3e48ea1 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -3,14 +3,14 @@ $packageArgs = @{ packageName = 'ngrok' unzipLocation = $toolsDir fileType = 'exe' - url = 'https://bin.equinox.io/a/etfSGwvLPVs/ngrok-v3-3.33.1-windows-386.zip' - url64bit = 'https://bin.equinox.io/a/kBFCkhCo1qQ/ngrok-v3-3.33.1-windows-amd64.zip' + url = 'https://bin.equinox.io/a/bbx1YZZjxN5/ngrok-v3-3.34.1-windows-386.zip' + url64bit = 'https://bin.equinox.io/a/a5dZ1xZdUdx/ngrok-v3-3.34.1-windows-amd64.zip' softwareName = 'ngrok' - checksum = '5fb087e885af256aa705395d275d3594cffb31adbb01a64c0c90cab27c06f545' + checksum = '72e9b3e637e583e29bfde2237c3926d9064337806540d2dec8142277a1b80118' checksumType = 'sha256' - checksum64 = '1c4ee1c140be8fe1266d60fff569b5f8ffaf2d7e410eb93f37d5d5066097308a' + checksum64 = '4335868de6fc5896eafe2c6b85c807e46618e2f68f1e27982e7b15378814dab7' checksumType64= 'sha256' validExitCodes= @(0)