Skip to content

Commit

Permalink
AU: 2 updated - sonarr vlc-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 16, 2024
1 parent 9429b39 commit d4f1eb5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions automatic/sonarr/legal/VERIFICATION.txt
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.4.1491>
The installer have been downloaded from their official download link listed on <https://github.com/Sonarr/Sonarr/releases/tag/v4.0.4.1515>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.4.1491/Sonarr.main.4.0.4.1491.win-x86-installer.exe>
64-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.4.1491/Sonarr.main.4.0.4.1491.win-x64-installer.exe>
32-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.4.1515/Sonarr.develop.4.0.4.1515.win-x86-installer.exe>
64-Bit: <https://github.com/Sonarr/Sonarr/releases/download/v4.0.4.1515/Sonarr.develop.4.0.4.1515.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: 6632C989693095A1FDB1CC3B8FD09555CC4A094284FB9B9871BABBB9C9CE0034
checksum64: 6E53B6B75DF68911EC3BC4106BBA508872991F1B67CD64C57CABD34BDB167B29
checksum32: B054B8C02F018C66757437772BDF4E726AD7A59C77834A974E54D28CEE55DCAE
checksum64: 11CA6D0635D89E36EDFC3F972D17B963E6B528783888A7FFF362A145D2FE8D0A

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
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.4.1491</version>
<version>4.0.4.1515</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
Expand Up @@ -6,8 +6,8 @@ $servicename = 'sonarr'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\Sonarr.main.4.0.4.1491.win-x86-installer.exe"
file64 = "$toolsDir\Sonarr.main.4.0.4.1491.win-x64-installer.exe"
file = "$toolsDir\Sonarr.develop.4.0.4.1515.win-x86-installer.exe"
file64 = "$toolsDir\Sonarr.develop.4.0.4.1515.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
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x64: https://artifacts.videolan.org/vlc/nightly-win64/20240415-0448/vlc-4.0.0-dev-win64-dface0a0.exe
x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240416-0220/vlc-3.0.21-win64-8160b84a.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: BFDF52F0B440E0BD1F111B2F561EE969FC0284E08C08855D7F73C064A94DC5F5
checksum64: 0B322E7EBC42BE7D1779914B523BB96EDDA12D13412867FEF7EC53FF525B45D9

Using AU:

Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20240415-0448/vlc-4.0.0-dev-win64-dface0a0.exe
Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240416-0220/vlc-3.0.21-win64-8160b84a.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
@@ -1,4 +1,4 @@
{
"3.0": "3.0.21.20240415",
"3.0": "3.0.21.20240416",
"4.0": "4.0.0.20240415"
}
2 changes: 1 addition & 1 deletion automatic/vlc-nightly/vlc-nightly.nuspec
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.20240415</version>
<version>3.0.21.20240416</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 d4f1eb5

Please sign in to comment.