Skip to content

Commit

Permalink
AU: 3 updated - jetbrains-youtrack mediainfo mediainfo-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 22, 2022
1 parent 43b353c commit e609772
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/jetbrains-youtrack/jetbrains-youtrack.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>2022.3.65352</version>
<version>2022.3.65353</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/jetbrains-youtrack/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.3.65352.msi'
$checksum = '47a5e2b1b2528f97d424d2b37cfc644975e51c2973a7337922d1d02bb07f203e'
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.3.65353.msi'
$checksum = '754c9667a23f5664dcff8572cd7ec3d416bb165eea8fe766d300f4f6d45ed5a1'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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/22.09/MediaInfo_CLI_22.09_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/22.09/MediaInfo_CLI_22.09_Windows_x64.zip>
32-Bit: <https://mediaarea.net/download/binary/mediainfo/22.12/MediaInfo_CLI_22.12_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/22.12/MediaInfo_CLI_22.12_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: D958B313AE92E39779A4C86FD591CCA5470AC26374E9345D8FBC8B7B39FAE2B0
checksum64: 57CF02A4C10DAA31790A66A911A45D849C706C1733BE901A3B462342C24D0F39
checksum32: B2D866F098AD742E4EA7456E24EEF730EF056AE0304C10F24635D750BCAAA646
checksum64: E8B2565EA887890CF526026439E29F9DD192C966BE5F201D1996A9A761508F93

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>22.09</version>
<version>22.12</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_22.09_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_22.09_Windows_x64.zip"
file = "$toolsdir\MediaInfo_CLI_22.12_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_22.12_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/22.09/MediaInfo_GUI_22.09_Windows.exe>
32-Bit: <https://mediaarea.net/download/binary/mediainfo-gui/22.12/MediaInfo_GUI_22.12_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: BCFC449BB8BAA6319CE82C7C5A06F5D84CA618CF97ACA889F352FCFE2922836B
checksum32: 609050DE99C2A3EB6BD561B16BFEE750EC11C2F5F749EFB4601F78B07E50AD58

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>22.09</version>
<version>22.12</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_22.09_Windows.exe"
file = "$toolsdir\MediaInfo_GUI_22.12_Windows.exe"
softwareName = 'MediaInfo *'
silentArgs = "/S"
validExitCodes = @(0)
Expand Down

0 comments on commit e609772

Please sign in to comment.