From 565aeae3cf2f431c9bbe18298b3c06237265f1db Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sun, 15 Dec 2024 04:21:42 +0000 Subject: [PATCH] AU: 3 updated - exiftool sonarr vlc-nightly [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/1ee10bc094632d57102e4ec871f5a70779cc3231 --- automatic/exiftool/exiftool.nuspec | 2 +- automatic/exiftool/legal/VERIFICATION.txt | 8 ++++---- automatic/exiftool/tools/chocolateyInstall.ps1 | 4 ++-- automatic/sonarr/legal/VERIFICATION.txt | 10 +++++----- automatic/sonarr/sonarr.nuspec | 2 +- automatic/sonarr/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 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/automatic/exiftool/exiftool.nuspec b/automatic/exiftool/exiftool.nuspec index 4f9b1f759..700d3b1ca 100644 --- a/automatic/exiftool/exiftool.nuspec +++ b/automatic/exiftool/exiftool.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 13.07 + 13.08 Maurice Kevenaar diff --git a/automatic/exiftool/legal/VERIFICATION.txt b/automatic/exiftool/legal/VERIFICATION.txt index 196056093..df91d31c9 100644 --- a/automatic/exiftool/legal/VERIFICATION.txt +++ b/automatic/exiftool/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: 4B3DE4FC718CC1DFFCA69EA66D9D325EF0F8D2C98087A77BEF9FB28DD88F0169 - checksum64: 54888760AFC1BBD06A316D832C45E30AB60DEB4DC4395F156FDE4B93FD9BCEFD + checksum32: 4927A810F8788005AB93E773549DE69BF670C7D68F043D3F8C097454617F1D30 + checksum64: 240A0C4F67E03C01C9DFB5B3D3974CB937B10AE911DAA90E58C51ED462B22005 File 'LICENSE.txt' is obtained from diff --git a/automatic/exiftool/tools/chocolateyInstall.ps1 b/automatic/exiftool/tools/chocolateyInstall.ps1 index 2228834a4..8022810de 100644 --- a/automatic/exiftool/tools/chocolateyInstall.ps1 +++ b/automatic/exiftool/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir - file = "$toolsDir\exiftool-13.07_32.zip" - file64 = "$toolsDir\exiftool-13.07_64.zip" + file = "$toolsDir\exiftool-13.08_32.zip" + file64 = "$toolsDir\exiftool-13.08_64.zip" } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/sonarr/legal/VERIFICATION.txt b/automatic/sonarr/legal/VERIFICATION.txt index 47b5f8ea0..a983d6698 100644 --- a/automatic/sonarr/legal/VERIFICATION.txt +++ b/automatic/sonarr/legal/VERIFICATION.txt @@ -2,18 +2,18 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer have been downloaded from their official download link listed on +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: 23422BDFCBD309A3A214FC5E360D83DDA522112DC2CD336218C26A920A6AEE40 - checksum64: 5E5DB6BA53C168272C4AEFB88032E81BE55C80F66FC0F634180084FF07D4759A + checksum32: 1BF432893191C93B3DFAFEE6E97D59E47E58E8DEEAA6D25DE4007018DE4EF9A3 + checksum64: 2A10CDDA516552E545AB9682F85111B7FBAD28F14F0EDB820E04F38A7C9312A3 File 'LICENSE.txt' is obtained from diff --git a/automatic/sonarr/sonarr.nuspec b/automatic/sonarr/sonarr.nuspec index 5ddda25b5..940b3edff 100644 --- a/automatic/sonarr/sonarr.nuspec +++ b/automatic/sonarr/sonarr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.0.11.2743 + 4.0.11.2762 Maurice Kevenaar diff --git a/automatic/sonarr/tools/chocolateyInstall.ps1 b/automatic/sonarr/tools/chocolateyInstall.ps1 index f65d87dd5..dc729df6e 100644 --- a/automatic/sonarr/tools/chocolateyInstall.ps1 +++ b/automatic/sonarr/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $servicename = 'sonarr' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Sonarr.develop.4.0.11.2743.win-x86-installer.exe" - file64 = "$toolsDir\Sonarr.develop.4.0.11.2743.win-x64-installer.exe" + file = "$toolsDir\Sonarr.develop.4.0.11.2762.win-x86-installer.exe" + file64 = "$toolsDir\Sonarr.develop.4.0.11.2762.win-x64-installer.exe" softwareName = 'Sonarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/vlc-nightly/legal/VERIFICATION.txt b/automatic/vlc-nightly/legal/VERIFICATION.txt index b609b080b..a0bf8ec1f 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/20241214-0421/vlc-4.0.0-dev-win64-04f140a9.exe + x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20241215-0220/vlc-3.0.21-win64-3b46a777.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: 8B052D2758DD714D826984D01C470854DD64AD00865F62ACDCA0B5C96B2EEFCD + checksum64: BEE253892A05B26A5B05FBF952FEE9183EED2CEA9A708E15641450BBDC36242A Using AU: - Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20241214-0421/vlc-4.0.0-dev-win64-04f140a9.exe + Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20241215-0220/vlc-3.0.21-win64-3b46a777.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 5aceb6d04..343818545 100644 --- a/automatic/vlc-nightly/vlc-nightly.json +++ b/automatic/vlc-nightly/vlc-nightly.json @@ -1,4 +1,4 @@ { - "3.0": "3.0.21.20241214", + "3.0": "3.0.21.20241215", "4.0": "4.0.0.20241214" } diff --git a/automatic/vlc-nightly/vlc-nightly.nuspec b/automatic/vlc-nightly/vlc-nightly.nuspec index dc60ea575..0a379a4b2 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.20241214 + 3.0.21.20241215 Maurice Kevenaar