Skip to content

Commit

Permalink
AU: 2 updated - opera-beta vlc-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 14, 2023
1 parent 1adc2dd commit 42c8ccb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/opera-beta/opera-beta.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>98.0.4759.1-beta</version>
<version>98.0.4759.3-beta</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 All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Opera Software</copyright>
<tags>browser opera beta cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-98/#b4759.1</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-98/#b4759.3</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-beta</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-beta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera-beta/98.0.4759.1/win/Opera_beta_98.0.4759.1_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/98.0.4759.1/win/Opera_beta_98.0.4759.1_Setup_x64.exe'
checksum = '04168081881ac17551437548b7bd91ff0171049cb9d95bfbd2de8a27236e64aa'
checksum64 = '7052cf4e3fb10aa3c54a3fae448dc3ba1132ea1c29412bed7dd1202a8232944b'
url = 'https://get.geo.opera.com/pub/opera-beta/98.0.4759.3/win/Opera_beta_98.0.4759.3_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/98.0.4759.3/win/Opera_beta_98.0.4759.3_Setup_x64.exe'
checksum = 'e287e774336d5ccb5e37ea894aa6aa397ab813a9f585ae7ee9da3d4849d99937'
checksum64 = '8f66939afcfffc1ee9d04185dc67daf1ed124cc6727e98c37d30bdc8dfb20a72'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '98.0.4759.1'
$version = '98.0.4759.3'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
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-3.0/nightly-win64/20230414-0228/vlc-3.0.19-win64-5478dc02.exe
x64: https://artifacts.videolan.org/vlc/nightly-win64/20230414-0453/vlc-4.0.0-dev-win64-9ac09bf5.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: 47B9D65A9767E5CB50C94418DF1679614FBE4011DE8F301A52B795E1A8821188
checksum64: C080C81FCCB0479B893FEB5951F229F9B9E193F8739E02A5853EBDFF43F81DFF

Using AU:

Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20230414-0228/vlc-3.0.19-win64-5478dc02.exe
Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20230414-0453/vlc-4.0.0-dev-win64-9ac09bf5.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.19.20230414",
"4.0": "4.0.0.20230413"
"4.0": "4.0.0.20230414"
}
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>3.0.19.20230414</version>
<version>4.0.0.20230414</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 42c8ccb

Please sign in to comment.