Skip to content

Commit

Permalink
AU: 3 updated - curl datagrip wixtoolset
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 26, 2019
1 parent 11ee341 commit 2d9aa87
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/curl/curl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>7.66.0</version>
<version>7.66.0.20190926</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Package can be verified like this:
binaries provided by Viktor Szakáts

x32: https://bintray.com/artifact/download/vszakats/generic/curl-7.66.0-win32-mingw.zip
x64: https://bintray.com/artifact/download/vszakats/generic/curl-7.65.3-win64-mingw.zip
x64: https://bintray.com/artifact/download/vszakats/generic/curl-7.66.0-win64-mingw.zip

to download the zip files. You may wish to rename one of the files.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: C94F4B4D6097DFDDA506C8084F3C1CAD294E1E5FDA0A096B3FE7808EFB3C9811
checksum64: 8F1AAA2AF459AEACC4747E1C254FCF5662B1CF47F4CC80940501A2DEB9229B29
checksum32: EF1EFA1A0AD167CD7DA637436BA21BDAA7581AF24A5E1E6082835833D5D4677E
checksum64: 7F96E66447A85BFE0C9C517904284D464C36C31B20EF79A670A79D56EEC3D003

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/028391df5d84d9fae3433afdee9261d565900355/COPYING
2 changes: 1 addition & 1 deletion automatic/datagrip/datagrip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datagrip</id>
<version>2019.2.4</version>
<version>2019.2.5</version>
<title>JetBrains DataGrip</title>
<authors>JetBrains</authors>
<licenseUrl>https://www.datagrip.org/terms.php</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/datagrip/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains DataGrip*'
url = 'https://download.jetbrains.com/datagrip/datagrip-2019.2.4.exe'
checksum = '2503026bfdbfeec21f6af5b372a767f0150602dc3bc92b1bfd2b302b01a50983'
url = 'https://download.jetbrains.com/datagrip/datagrip-2019.2.5.exe'
checksum = 'e475d0c7d1c1c0d71b2cb75c6a56cc199b94457b1d26e9bfb287cca00a54a4f8'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/wixtoolset/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png" width="48" height="48"/> [wixtoolset](https://chocolatey.org/packages/wixtoolset)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png" width="48" height="48"/> [wixtoolset](https://chocolatey.org/packages/wixtoolset)


The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
Expand Down
6 changes: 3 additions & 3 deletions automatic/wixtoolset/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from their github project
located at <https://github.com/wixtoolset/wix3/releases/tag/wix3111rtm>
located at <https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm>
and can be verified by doing the following:

1. Download the following <https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311.exe>
1. Download the following <https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 7CAECC9FFDCDECA09E211AA20C8DD2153DA12A1647F8B077836B858C7B4CA265
checksum: 32BB76C478FCB356671D4AAF006AD81CA93EEA32C22A9401B168FC7471FECCD2

The file 'LICENSE.txt' have been obtained from <https://github.com/wixtoolset/wix3/blob/a83b2130299ef95c9b0ec5c6d80bf34cc4722dfb/LICENSE.TXT>
6 changes: 3 additions & 3 deletions automatic/wixtoolset/wixtoolset.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wixtoolset</id>
<version>3.11.1</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/wixtoolset</packageSourceUrl>
<version>3.11.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wixtoolset</packageSourceUrl>
<owners>chocolatey, Gary Ewan Park</owners>
<title>WiX Toolset</title>
<authors>Rob Mensching, Bob Arnson</authors>
<projectUrl>http://wixtoolset.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@bfbac575d697b67c7930af094980146278045677/icons/wixtoolset.png</iconUrl>
<copyright>2009 - 2016 Outercurve Foundation</copyright>
<licenseUrl>http://wixtoolset.org/about/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 2d9aa87

Please sign in to comment.