From ea59612830b2ac72881cbe28561921d40999afc7 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 8 Oct 2019 12:29:03 +0000 Subject: [PATCH] AU: 3 updated - opera-developer rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/790573a5f8f7c052150a77dbbc2f971e0434bae9 --- automatic/opera-developer/opera-developer.nuspec | 4 ++-- automatic/opera-developer/tools/chocolateyInstall.ps1 | 10 +++++----- automatic/rocrail/rocrail.nuspec | 2 +- automatic/rocrail/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/automatic/opera-developer/opera-developer.nuspec b/automatic/opera-developer/opera-developer.nuspec index 03816ecb96..acd7b09856 100644 --- a/automatic/opera-developer/opera-developer.nuspec +++ b/automatic/opera-developer/opera-developer.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 65.0.3459.0 + 65.0.3466.0 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 developer cross-platform internet admin - https://blogs.opera.com/desktop/changelog-for-65/#b3459.0 + https://blogs.opera.com/desktop/changelog-for-65/#b3466.0 http://www.operasoftware.com/eula/browser false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-developer diff --git a/automatic/opera-developer/tools/chocolateyInstall.ps1 b/automatic/opera-developer/tools/chocolateyInstall.ps1 index 789146679e..c49a593972 100644 --- a/automatic/opera-developer/tools/chocolateyInstall.ps1 +++ b/automatic/opera-developer/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-developer/65.0.3459.0/win/Opera_Developer_65.0.3459.0_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera-developer/65.0.3459.0/win/Opera_Developer_65.0.3459.0_Setup_x64.exe' - checksum = '51e44a47decbc7bfe295e7cd1978c722fa1252a5cdc662e51af1ee04354d160f' - checksum64 = 'e43e68a2fc62e5aeb8c060e7d1dbeec3b18b3d77ed666258ba8095ab8c4f5f0d' + url = 'https://get.geo.opera.com/pub/opera-developer/65.0.3466.0/win/Opera_Developer_65.0.3466.0_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera-developer/65.0.3466.0/win/Opera_Developer_65.0.3466.0_Setup_x64.exe' + checksum = 'd7ed9acf820891d10a0f34b0ae1684006572ea0215286b5ddf2a54d0ff5695fc' + checksum64 = 'b045cbe361eedc2fac6034110fd46562459e1ac89e54b00410ce90746e0471cd' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters validExitCodes = @(0) } -$version = '65.0.3459.0' +$version = '65.0.3466.0' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } else { diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index a3bd8a7042..c7d0498bf4 100644 --- a/automatic/rocrail/rocrail.nuspec +++ b/automatic/rocrail/rocrail.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.77 + 1.79 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 183dc8e56a..970ee8566d 100644 --- a/automatic/rocrail/tools/chocolateyinstall.ps1 +++ b/automatic/rocrail/tools/chocolateyinstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-77-win32.exe' -$checksum32 = '43749208a34c65e8d307793cbc0222d870d10aaa4680a5d5a4d2e0341d8d3354' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-79-win32.exe' +$checksum32 = 'e00faa75acb886785577d492e2cf10e022af00c96785fb1b0d5b50811ecb2aa6' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-77-win64.exe' -$checksum64 = '57700e9d875239b70db6aa939410a08c9362cbd03bb1d405022489db07d14c2b' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-79-win64.exe' +$checksum64 = '3835ea7139848b5976a2d7f7c37e33bc53e37646cfb5d20dc9ff70b6e4f39bca' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index d683d351b1..5e3c85a997 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-20191008-0510/vlc-3.0.9-20191008-0510-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191008-0835/vlc-4.0.0-20191008-0835-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: 4B89EB944EB7EB27EAC69B993AC6E536AC49ED72AFD44E9410E77911B73764F2 + checksum64: D507DD41BB579654662E73B516EAA4A8E9E18AB3FA47446E51EAC2442F6BFDF4 Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191008-0510/vlc-3.0.9-20191008-0510-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191008-0835/vlc-4.0.0-20191008-0835-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 1fadd05a42..ef09d31b2f 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { "3.0": "3.0.9.20191008", - "4.0": "4.0.0.20191007" + "4.0": "4.0.0.20191008" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 636ac23b27..6c5b79cf1a 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.20191008 + 4.0.0.20191008 Maurice Kevenaar