Skip to content

Commit

Permalink
AU: 4 updated - mariadb.install pulumi vlc-nightly wireshark
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Sep 12, 2019
1 parent 5d513c2 commit f8108e7
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions automatic/mariadb.install/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://downloads.mariadb.org/f/mariadb-10.4.7/win32-packages/mariadb-10.4.7-win32.msi>
64-Bit: <https://downloads.mariadb.org/f/mariadb-10.4.7/winx64-packages/mariadb-10.4.7-winx64.msi>
32-Bit: <https://downloads.mariadb.org/f/mariadb-10.4.8/win32-packages/mariadb-10.4.8-win32.msi>
64-Bit: <https://downloads.mariadb.org/f/mariadb-10.4.8/winx64-packages/mariadb-10.4.8-winx64.msi>
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: 0A1A2D3BEF97C47937C61716461D3C19A17A59E202F1674A4BCCBB8847473053
checksum64: 2FD490D8483A5D7F23923F3FAEC29730CB2A7146CA228B925F1AD6448164B786
checksum32: BA6FB85E10472A650D4059EC996600EE87C1FFAB093653843A02D1E4AE42C996
checksum64: E04D19924E11D85B9365EB276126B953B94050EA011DEC18A4F0B6CBCD8CFFA6

File 'LICENSE.txt' is obtained from <https://github.com/MariaDB/server/blob/10.3/COPYING>
2 changes: 1 addition & 1 deletion automatic/mariadb.install/mariadb.install.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>10.4.7</version>
<version>10.4.8</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/mariadb.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'msi'
file = "$toolsdir\mariadb-10.4.7-win32.msi"
file64 = "$toolsdir\mariadb-10.4.7-winx64.msi"
file = "$toolsdir\mariadb-10.4.8-win32.msi"
file64 = "$toolsdir\mariadb-10.4.8-winx64.msi"
softwareName = 'MariaDB *'
silentArgs = "SERVICENAME=MySQL /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0,3010)
Expand Down
6 changes: 3 additions & 3 deletions automatic/pulumi/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://www.pulumi.com/docs/reference/install/>
The installer have been downloaded from their official download link listed on <>
and can be verified like this:

1. Download the following installers:
64-Bit: <https://get.pulumi.com/releases/sdk/pulumi-v0.17.24-windows-x64.zip>
64-Bit: <https://get.pulumi.com/releases/sdk/pulumi-v1.1.0-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
checksum64: 927733320D9C24BEE478A92242A709B3DD1DF8E58A804ED5F436AD2822EE20EC
checksum64: CCB5872EA12BC2E9FF71E5109311CC8D113C2B7B2E787F471DBCD39951ACF6FB

File 'LICENSE.txt' is obtained from <https://github.com/pulumi/pulumi/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/pulumi/pulumi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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>0.17.24</version>
<version>1.1.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 Down
2 changes: 1 addition & 1 deletion automatic/pulumi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
file64 = "$toolsDir\pulumi-v0.17.24-windows-x64.zip"
file64 = "$toolsDir\pulumi-v1.1.0-windows-x64.zip"
}

Install-ChocolateyZipPackage @packageArgs
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-20190912-0511/vlc-3.0.9-20190912-0511-win64.exe
x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20190912-0834/vlc-4.0.0-20190912-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: AE9498E1BB14FDF8046B94D39BCB19AC9DC5C22E9B8D6B31753E7AE857A1C05E
checksum64: ECF7A98092D4991D9394915D147141BA7348D181B4C245F175814596A38B1B2D

Using AU:

Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20190912-0511/vlc-3.0.9-20190912-0511-win64.exe
Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20190912-0834/vlc-4.0.0-20190912-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.20190912",
"4.0": "4.0.0.20190911"
"4.0": "4.0.0.20190912"
}
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.20190912</version>
<version>4.0.0.20190912</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.3.exe>
64-Bit: <https://www.wireshark.org/download/win64/all-versions/Wireshark-win64-3.0.3.exe>
32-Bit: <https://www.wireshark.org/download/win32/all-versions/Wireshark-win32-3.0.4.exe>
64-Bit: <https://www.wireshark.org/download/win64/all-versions/Wireshark-win64-3.0.4.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: 9E276AFF3164E98293D478758542855BDFB7FFD295156F4D5011BA76A9CBF814
checksum64: 824CBEEB48ED720A24B70725CB8DB2353ED331E05F3D0A832FF96ACB02292D62
checksum32: DD5B1FC28FD14E8D916C138908C387CF73B7F45F5BECEC5CED8725C03C83BE6C
checksum64: ABE83EBCDF817BD5C97106670FE0E7E52B88C2B5978DFB66DB10E7F780BEB2E5

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.3.exe"
file64 = "$toolsDir\Wireshark-win64-3.0.3.exe"
file = "$toolsDir\Wireshark-win32-3.0.4.exe"
file64 = "$toolsDir\Wireshark-win64-3.0.4.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.3</version>
<version>3.0.4</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 f8108e7

Please sign in to comment.