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 May 6, 2022
1 parent 9484b0b commit 8a29938
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>87.0.4390.8-beta</version>
<version>87.0.4390.17-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-87/#b4390.8</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-87/#b4390.17</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/87.0.4390.8/win/Opera_beta_87.0.4390.8_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.8/win/Opera_beta_87.0.4390.8_Setup_x64.exe'
checksum = '4294a04acc67d21afb3c1878fb800d41a722af263726827b9079a52f2859a468'
checksum64 = '382e25dd0a4b50cb9532c2bee1bd23745d13f669aeecd95a9c8aca09d422e683'
url = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.17/win/Opera_beta_87.0.4390.17_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.17/win/Opera_beta_87.0.4390.17_Setup_x64.exe'
checksum = 'afc05a0a48160d51735bea7bd6b1264f14b3107eecb47df67990ca8ea24d0c6a'
checksum64 = '11bc49ff0b2c68935df88b69141ec2927234ddec4853746993af8eb1eb4d427f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '87.0.4390.8'
$version = '87.0.4390.17'
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/20220506-0220/vlc-3.0.17.3-win64-2baf4b09.exe
x64: https://artifacts.videolan.org/vlc/nightly-win64/20220506-0423/vlc-4.0.0-dev-win64-b1e684c7.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: A9317D1864B871AF3C7DE0CE54C6D0730EE6D568D6C4336442A6D26B016BCBC8
checksum64: D7BD5EB7297EBB283EED8F22BA90B3456EE5EED87A024B21F4F5ED3B6505D6BC

Using AU:

Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20220506-0220/vlc-3.0.17.3-win64-2baf4b09.exe
Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20220506-0423/vlc-4.0.0-dev-win64-b1e684c7.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.17.320220506",
"4.0": "4.0.0.20220505"
"4.0": "4.0.0.20220506"
}
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.17.320220506</version>
<version>4.0.0.20220506</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 8a29938

Please sign in to comment.