From d5c3115c5a8b14b40e815be3a8b8554cbe206079 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 24 Oct 2019 12:27:15 +0000 Subject: [PATCH] AU: 3 updated - opera-beta vlc-nightly wireshark [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/b8454fa2d49d3d7f042c2eaa8101034aecc2840d --- automatic/opera-beta/opera-beta.nuspec | 4 ++-- automatic/opera-beta/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- automatic/wireshark/legal/VERIFICATION.txt | 8 ++++---- automatic/wireshark/tools/chocolateyInstall.ps1 | 4 ++-- automatic/wireshark/wireshark.nuspec | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automatic/opera-beta/opera-beta.nuspec b/automatic/opera-beta/opera-beta.nuspec index f13dd6c04..8aab75171 100644 --- a/automatic/opera-beta/opera-beta.nuspec +++ b/automatic/opera-beta/opera-beta.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 65.0.3467.7-beta + 65.0.3467.16-beta Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe Opera Software browser opera beta cross-platform internet admin - https://blogs.opera.com/desktop/changelog-for-65/#b3467.7 + https://blogs.opera.com/desktop/changelog-for-65/#b3467.16 http://www.operasoftware.com/eula/browser false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-beta diff --git a/automatic/opera-beta/tools/chocolateyInstall.ps1 b/automatic/opera-beta/tools/chocolateyInstall.ps1 index a33b38029..fa8066e47 100644 --- a/automatic/opera-beta/tools/chocolateyInstall.ps1 +++ b/automatic/opera-beta/tools/chocolateyInstall.ps1 @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host " $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.7/win/Opera_beta_65.0.3467.7_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.7/win/Opera_beta_65.0.3467.7_Setup_x64.exe' - checksum = '868eabb8aebd9b6137cca72424b91e96068d17f5e82df732a09c87f8bf377880' - checksum64 = 'c9a096bfe27241435c14cb419f937106980abb9660a15e88f20b5799a65409a9' + url = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.16/win/Opera_beta_65.0.3467.16_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.16/win/Opera_beta_65.0.3467.16_Setup_x64.exe' + checksum = '3c21a710dc1615073145515d69de397d858a1c293f7410adf15398f7749948d3' + checksum64 = 'e6ab93429bd706ab6e4168f34d6b91a3ee3b1db4ef2151d6eff18e2ff3390f91' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters validExitCodes = @(0) } -$version = '65.0.3467.7' +$version = '65.0.3467.16' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } else { diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 6e446f5e5..501dc4cd0 100644 --- a/automatic/vlc-nightly/legal/VERIFICATION.txt +++ b/automatic/vlc-nightly/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191024-0511/vlc-3.0.9-20191024-0511-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191024-0834/vlc-4.0.0-20191024-0834-dev-win64.exe to download the installer. @@ -15,11 +15,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: E9EF6A9ACDC7A10CFE0916DB8BC34DD4465E0EEB828CF406EA75D8ADC484C621 + checksum64: 72629F4ADA5663BF866A7638F3630AC53F5313150A3F3EBA0845C9C3DF79CE17 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191024-0511/vlc-3.0.9-20191024-0511-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191024-0834/vlc-4.0.0-20191024-0834-dev-win64.exe File 'LICENSE.txt' obtained from: https://git.videolan.org/?p=vlc.git;a=blob_plain;f=COPYING;hb=HEAD diff --git a/automatic/vlc-nightly/vlc-nightly.json b/automatic/vlc-nightly/vlc-nightly.json index 50361c751..99bbe2e00 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.9.20191024", - "4.0": "4.0.0.20191023" + "4.0": "4.0.0.20191024" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 460f289c3..52d30e2ff 100644 --- a/automatic/vlc-nightly/vlc-nightly.nuspec +++ b/automatic/vlc-nightly/vlc-nightly.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.0.9.20191024 + 4.0.0.20191024 Maurice Kevenaar diff --git a/automatic/wireshark/legal/VERIFICATION.txt b/automatic/wireshark/legal/VERIFICATION.txt index 7d0b099d2..394a14b7d 100644 --- a/automatic/wireshark/legal/VERIFICATION.txt +++ b/automatic/wireshark/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 3A08DC164A84835A6AD5B7C0A0C1AE58CC7CE4D13AB66A81E15E8EE3F079A94C - checksum64: 888FF1269FE7AD887FE03D066094933DF5C721100035AE76A85278B1380F8616 + checksum32: DE97CDC3CBBD8C9170CD7FE5D67AB2E09012CCB5217F27294E8C15AC3CE5E8E0 + checksum64: 6CD2B1474D5A031B85FCA00538D45487144B36D8E1DB1D565FD35D251AC261D0 File 'LICENSE.txt' is obtained from diff --git a/automatic/wireshark/tools/chocolateyInstall.ps1 b/automatic/wireshark/tools/chocolateyInstall.ps1 index b9df8fce4..a3b92c9d3 100644 --- a/automatic/wireshark/tools/chocolateyInstall.ps1 +++ b/automatic/wireshark/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Wireshark-win32-3.0.5.exe" - file64 = "$toolsDir\Wireshark-win64-3.0.5.exe" + file = "$toolsDir\Wireshark-win32-3.0.6.exe" + file64 = "$toolsDir\Wireshark-win64-3.0.6.exe" softwareName = 'Wireshark*' silentArgs = '/S /quicklaunchicon=no' validExitCodes = @(0) diff --git a/automatic/wireshark/wireshark.nuspec b/automatic/wireshark/wireshark.nuspec index 315782996..fb02c572d 100644 --- a/automatic/wireshark/wireshark.nuspec +++ b/automatic/wireshark/wireshark.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.0.5 + 3.0.6 Maurice Kevenaar, kujotx