From 6b128131ea32f5aecf0c25f6c7cd7242ebb329ef Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sun, 23 Feb 2020 06:13:02 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/7441c94f70b0624d9283a3435b5d8b961f616358 --- 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 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/rocrail/rocrail.nuspec b/automatic/rocrail/rocrail.nuspec index 31d8bf1f2..37d983a13 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.495 + 1.497 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 7b74849d4..0adee4d7a 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-495-win32.exe' -$checksum32 = '014bb8c782c921f474cbc7f19d91c05ab6b5033348d7533c95214fc01a5172d7' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-497-win32.exe' +$checksum32 = '73adc46e22bdf04abf45d02ca4ea5a1239a9a73d692999811d728d5204097664' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-495-win64.exe' -$checksum64 = 'ffe08b0f12aefe4676a417dcedb381ad1636ef23685cf9dd893fafd5488d3420' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-497-win64.exe' +$checksum64 = '6ee5e56f1d1f25425ebd0c19c5263d3db5b413d76aeb4ed4d092a380429c8c9f' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 844efb948..53da7dbad 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-20200222-0515/vlc-3.0.9-20200222-0515-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200223-0518/vlc-3.0.9-20200223-0518-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: BCCA0A492EDA4139CA5FC64AEC3D40407554F71FD89502D6FC72B908FF60B3B4 + checksum64: F382855758F1E051F21DBFBB9B29E666B1DACF798901B1857294BBF2E768ECED Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200222-0515/vlc-3.0.9-20200222-0515-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200223-0518/vlc-3.0.9-20200223-0518-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 5281ddfa2..9f2d91495 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20200222", + "3.0": "3.0.9.20200223", "4.0": "4.0.0.20200221" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index af8c64275..c60f0f6fc 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.20200222 + 3.0.9.20200223 Maurice Kevenaar