From 153420d9b42320eacad638b11faf439ebef422b5 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 29 Dec 2020 07:13:57 +0000 Subject: [PATCH] AU: 2 updated - duplicatefilefinder vlc-nightly [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/8527ccad63f4e2835fd9f49b0e01e4930b998b50 --- automatic/duplicatefilefinder/duplicatefilefinder.nuspec | 2 +- automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vlc-nightly/legal/VERIFICATION.txt | 6 +++--- automatic/vlc-nightly/vlc-nightly.json | 2 +- automatic/vlc-nightly/vlc-nightly.nuspec | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/duplicatefilefinder/duplicatefilefinder.nuspec b/automatic/duplicatefilefinder/duplicatefilefinder.nuspec index 41c2ef16c..96c3669d1 100644 --- a/automatic/duplicatefilefinder/duplicatefilefinder.nuspec +++ b/automatic/duplicatefilefinder/duplicatefilefinder.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 9.0.0.1 + 9.0.0.2 Maurice Kevenaar diff --git a/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 b/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 index caa7eb627..d7baf2575 100644 --- a/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 +++ b/automatic/duplicatefilefinder/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://downloads.auslogics.com/en/duplicate-file-finder/duplicate-file-finder-setup.exe?clientId=1153708785.1607598667' -$checksum = '3c52ce43aeef422f8fb3e43b58f926aed69e401112ab17b1a28e789d13cbf5c2' +$url = 'https://downloads.auslogics.com/en/duplicate-file-finder/duplicate-file-finder-setup.exe?clientId=1974020433.1609225866' +$checksum = '4f7b642b30987ab224990522a02df77f997b7c79e1fed59fccbcdcd8b90503eb' $checksumType = 'sha256' $packageArgs = @{ diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index b5dfe0a3a..aac672d99 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://artifacts.videolan.org/vlc/nightly-win64/20201229-0421/vlc-4.0.0-dev-win64-5357940b.exe + x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20201229-0621/vlc-3.0.12.1-win64-17015740.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: 27CB9920D52CDE9736D17D46912C8EBB068C4A1F7BD4621617FBFB1A00A0B5D6 + checksum64: E41C61485F7201A2A1E5A0359A35FCAECE172DEC39DF92A700915A0B4BA72894 Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20201229-0421/vlc-4.0.0-dev-win64-5357940b.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20201229-0621/vlc-3.0.12.1-win64-17015740.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 907eef7a4..334588790 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.12.120201228", + "3.0": "3.0.12.120201229", "4.0": "4.0.0.20201229" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index 3f5e3245d..a4fc83fac 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.20201229 + 3.0.12.120201229 Maurice Kevenaar