Skip to content

Commit

Permalink
AU: 3 updated - opera-beta vlc-nightly wireshark
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 24, 2019
1 parent c0b3c13 commit d5c3115
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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>65.0.3467.7-beta</version>
<version>65.0.3467.16-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-65/#b3467.7</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-65/#b3467.16</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/65.0.3467.7/win/Opera_beta_65.0.3467.7_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.7/win/Opera_beta_65.0.3467.7_Setup_x64.exe'
checksum = '868eabb8aebd9b6137cca72424b91e96068d17f5e82df732a09c87f8bf377880'
checksum64 = 'c9a096bfe27241435c14cb419f937106980abb9660a15e88f20b5799a65409a9'
url = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.16/win/Opera_beta_65.0.3467.16_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.16/win/Opera_beta_65.0.3467.16_Setup_x64.exe'
checksum = '3c21a710dc1615073145515d69de397d858a1c293f7410adf15398f7749948d3'
checksum64 = 'e6ab93429bd706ab6e4168f34d6b91a3ee3b1db4ef2151d6eff18e2ff3390f91'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '65.0.3467.7'
$version = '65.0.3467.16'
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://nightlies.videolan.org/build/win64/vlc-3.0.9-20191024-0511/vlc-3.0.9-20191024-0511-win64.exe
x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191024-0834/vlc-4.0.0-20191024-0834-dev-win64.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: E9EF6A9ACDC7A10CFE0916DB8BC34DD4465E0EEB828CF406EA75D8ADC484C621
checksum64: 72629F4ADA5663BF866A7638F3630AC53F5313150A3F3EBA0845C9C3DF79CE17

Using AU:

Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20191024-0511/vlc-3.0.9-20191024-0511-win64.exe
Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20191024-0834/vlc-4.0.0-20191024-0834-dev-win64.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.9.20191024",
"4.0": "4.0.0.20191023"
"4.0": "4.0.0.20191024"
}
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.9.20191024</version>
<version>4.0.0.20191024</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/wireshark/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://www.wireshark.org/download/win32/all-versions/Wireshark-win32-3.0.5.exe>
64-Bit: <https://www.wireshark.org/download/win64/all-versions/Wireshark-win64-3.0.5.exe>
32-Bit: <https://www.wireshark.org/download/win32/all-versions/Wireshark-win32-3.0.6.exe>
64-Bit: <https://www.wireshark.org/download/win64/all-versions/Wireshark-win64-3.0.6.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: 3A08DC164A84835A6AD5B7C0A0C1AE58CC7CE4D13AB66A81E15E8EE3F079A94C
checksum64: 888FF1269FE7AD887FE03D066094933DF5C721100035AE76A85278B1380F8616
checksum32: DE97CDC3CBBD8C9170CD7FE5D67AB2E09012CCB5217F27294E8C15AC3CE5E8E0
checksum64: 6CD2B1474D5A031B85FCA00538D45487144B36D8E1DB1D565FD35D251AC261D0

File 'LICENSE.txt' is obtained from <https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=COPYING;hb=HEAD>
4 changes: 2 additions & 2 deletions automatic/wireshark/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
fileType = 'exe'
file = "$toolsDir\Wireshark-win32-3.0.5.exe"
file64 = "$toolsDir\Wireshark-win64-3.0.5.exe"
file = "$toolsDir\Wireshark-win32-3.0.6.exe"
file64 = "$toolsDir\Wireshark-win64-3.0.6.exe"
softwareName = 'Wireshark*'
silentArgs = '/S /quicklaunchicon=no'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wireshark/wireshark.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.5</version>
<version>3.0.6</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, kujotx</owners>
<!-- ============================== -->
Expand Down

0 comments on commit d5c3115

Please sign in to comment.