Skip to content

Commit

Permalink
AU: 3 updated - exiftool sonarr vlc-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 15, 2024
1 parent dc7d379 commit 565aeae
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/exiftool/exiftool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>13.07</version>
<version>13.08</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/exiftool/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://exiftool.org/exiftool-13.07_32.zip>
64-Bit: <https://exiftool.org/exiftool-13.07_64.zip>
32-Bit: <https://exiftool.org/exiftool-13.08_32.zip>
64-Bit: <https://exiftool.org/exiftool-13.08_64.zip>
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 <https://exiftool.org/#license>
4 changes: 2 additions & 2 deletions automatic/exiftool/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions automatic/sonarr/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Sonarr/Sonarr/releases/tag/v4.0.11.2743>
The installer have been downloaded from their official download link listed on <https://github.com/Sonarr/Sonarr/releases/tag/v4.0.11.2762>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.11.2743/Sonarr.develop.4.0.11.2743.win-x86-installer.exe>
64-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.11.2743/Sonarr.develop.4.0.11.2743.win-x64-installer.exe>
32-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.11.2762/Sonarr.develop.4.0.11.2762.win-x86-installer.exe>
64-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.11.2762/Sonarr.develop.4.0.11.2762.win-x64-installer.exe>
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 <https://github.com/Sonarr/Sonarr/blob/develop/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/sonarr/sonarr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.0.11.2743</version>
<version>4.0.11.2762</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/sonarr/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions automatic/vlc-nightly/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
2 changes: 1 addition & 1 deletion automatic/vlc-nightly/vlc-nightly.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"3.0": "3.0.21.20241214",
"3.0": "3.0.21.20241215",
"4.0": "4.0.0.20241214"
}
2 changes: 1 addition & 1 deletion automatic/vlc-nightly/vlc-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.0.0.20241214</version>
<version>3.0.21.20241215</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 565aeae

Please sign in to comment.