From f105bc9b3ce09e74fd67c317a822cf3946c1c4f5 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sun, 15 Sep 2019 06:26:16 +0000 Subject: [PATCH] AU: 2 updated - rocrail vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/e699f60da3c14aa525384be1ae313d9faef86c15 --- 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 ac3e0118e..e936e1614 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 - 0.15948 + 0.15949 Maurice Kevenaar diff --git a/automatic/rocrail/tools/chocolateyinstall.ps1 b/automatic/rocrail/tools/chocolateyinstall.ps1 index 1e3c8978f..e8af43356 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-15948-win32.exe' -$checksum32 = '07374d1f6b52f94e4259b1243814180e65bb0ef2d07904e86f1f3e20a2cc9678' +$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15949-win32.exe' +$checksum32 = '5a37dae6cce4e98c2e3ca4e118b305360fc560b141650fe7381fe3a180ccfd0c' $checksumType32 = 'sha256' -$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15948-win64.exe' -$checksum64 = '318deff519689c2bb84d3964e6b03ade50e21ce9e8e448f54096d5ad5b4dae85' +$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15949-win64.exe' +$checksum64 = 'f0ae0ed0e0b14211c0195448220446f784ff2b4ef742a62f52b1ca680b86860f' $checksumType64 = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index 924f5e414..28266c631 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-4.0.0-20190914-0834/vlc-4.0.0-20190914-0834-dev-win64.exe + x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20190915-0511/vlc-3.0.9-20190915-0511-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: A5F21E46C274C2C55FBC7DF85CB4B071E958389D22E06231F122B4C14EA2215B + checksum64: 2462270C6339537172690517AB9A9C01942854B8E4FD83CE291348EA46678BFA Using AU: - Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20190914-0834/vlc-4.0.0-20190914-0834-dev-win64.exe + Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20190915-0511/vlc-3.0.9-20190915-0511-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 3327c29ed..a993ff4b6 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.9.20190914", + "3.0": "3.0.9.20190915", "4.0": "4.0.0.20190914" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 3522ec896..eda3d29ee 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 - 4.0.0.20190914 + 3.0.9.20190915 Maurice Kevenaar