Skip to content

Commit

Permalink
AU: 3 updated - mediainfo mediainfo-cli opera-developer
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 31, 2024
1 parent 5ea41a6 commit fab177e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions automatic/mediainfo-cli/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://mediaarea.net/download/binary/mediainfo/23.11.1/MediaInfo_CLI_23.11.1_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/23.11.1/MediaInfo_CLI_23.11.1_Windows_x64.zip>
32-Bit: <https://mediaarea.net/download/binary/mediainfo/24.01/MediaInfo_CLI_24.01_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/24.01/MediaInfo_CLI_24.01_Windows_x64.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: F809F4CE694B0C84A282CC91E33B3D318B6C4AB83F0B0A5FA271BB19B47AF35E
checksum64: 766D1A98CCE7AB195CBBF140CF0472D2DD6CAB3D15D27CF326BC6ED9DE54BA15
checksum32: 078264536416A53B3BF29F5750EFE2B06FDEC228D5BCF4A0860EB7E34B44B5B7
checksum64: 0F2A37F8B476BCE174F07D924AC5A133506102F56DA8B5344E8EB72C45785821

File 'LICENSE.txt' is obtained from <https://mediaarea.net/en/MediaInfo/License>
2 changes: 1 addition & 1 deletion automatic/mediainfo-cli/mediainfo-cli.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>23.11.1</version>
<version>24.01</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/mediainfo-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\MediaInfo_CLI_23.11.1_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_23.11.1_Windows_x64.zip"
file = "$toolsdir\MediaInfo_CLI_24.01_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_24.01_Windows_x64.zip"
validExitCodes = @(0)
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/mediainfo/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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://mediaarea.net/download/binary/mediainfo-gui/23.11.1/MediaInfo_GUI_23.11.1_Windows.exe>
32-Bit: <https://mediaarea.net/download/binary/mediainfo-gui/24.01/MediaInfo_GUI_24.01_Windows.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: 1C33E53B4DBC2119DEE543A4F6F350EA8358D92AC4A825FC6BF5CA9996505B04
checksum32: C9F973B15A89F1C8FC521C92A34773051E6445B3D4592B22C367BD2B298D7BB8

File 'LICENSE.txt' is obtained from <https://mediaarea.net/en/MediaInfo/License>
2 changes: 1 addition & 1 deletion automatic/mediainfo/mediainfo.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>23.11.1</version>
<version>24.01</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
2 changes: 1 addition & 1 deletion automatic/mediainfo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\MediaInfo_GUI_23.11.1_Windows.exe"
file = "$toolsdir\MediaInfo_GUI_24.01_Windows.exe"
softwareName = 'MediaInfo *'
silentArgs = "/S"
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera-developer/opera-developer.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>108.0.5054.0</version>
<version>108.0.5063.0</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 developer cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-108/#b5054.0</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-108/#b5063.0</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-developer</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-developer/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-developer/108.0.5054.0/win/Opera_Developer_108.0.5054.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/108.0.5054.0/win/Opera_Developer_108.0.5054.0_Setup_x64.exe'
checksum = '11afd16411ec39cab40d77cfc55063901c5387402508fa10e298204d614d49e2'
checksum64 = '8219f1caa842add41515d4991c4f048c191e9163cdbe6fa9b9d5f9fce58986f1'
url = 'https://get.geo.opera.com/pub/opera-developer/108.0.5063.0/win/Opera_Developer_108.0.5063.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/108.0.5063.0/win/Opera_Developer_108.0.5063.0_Setup_x64.exe'
checksum = 'd3612a2c3878c9b91303799cb4bfed530742fb296b64c04f8c0ac54a668155d5'
checksum64 = 'b959631fd8008a2daf47c98efc50c3500242b8c1cb16c7a4b231f4ea6054d10c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '108.0.5054.0'
$version = '108.0.5063.0'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down

0 comments on commit fab177e

Please sign in to comment.