Skip to content

Commit

Permalink
AU: 4 updated - Cygwin pspp vagrant visualstudiocode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 7, 2017
1 parent fbc94cb commit e6a452d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions automatic/cygwin/cygwin.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>Cygwin</id>
<title>Cygwin</title>
<version>2.8.2</version>
<version>2.9.0</version>
<authors>Red Hat, Inc.</authors>
<owners>Chocolatey</owners>
<summary>A Linux environment for Windows.</summary>
Expand Down Expand Up @@ -36,7 +36,7 @@ Cygwin is a collection of tools which provide a Linux look and feel environment
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c8d48758cdc18d43e6c1525824720377c8b9ba24/icons/Cygwin.png</iconUrl>
<releaseNotes>
[Software Changelog](https://cygwin.com/ml/cygwin-announce/2017-07/msg00044.html)
[Software Changelog](https://cygwin.com/ml/cygwin-announce/2017-09/msg00056.html)
[Package Changelog](https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/automatic/cygwin/Changelog.md)
</releaseNotes>
<mailingListUrl>https://cygwin.com/lists.html</mailingListUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/pspp/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://sourceforge.net/projects/pspp4windows/files/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://sourceforge.net/projects/pspp4windows/files/2017-07-30/pspp-20170730-daily-32bits-setup.exe/download>
64-Bit software: <https://sourceforge.net/projects/pspp4windows/files/2017-07-30/pspp-20170730-daily-64bits-setup.exe/download>
32-Bit software: <https://sourceforge.net/projects/pspp4windows/files/2017-09-07/pspp-20170907-daily-32bits-setup.exe/download>
64-Bit software: <https://sourceforge.net/projects/pspp4windows/files/2017-09-07/pspp-20170907-daily-64bits-setup.exe/download>
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
checksum32: EEF93889F4879C55CF4B8CAC31460016CD15BC734B2A9687F04A914A507C0C5F
checksum64: 984351A422F97E6CBA145220B35CB9D07397F8BB26565B0E8BC391EF4C8E2ED3
checksum32: 5256C291C951FFA8E080B1365BBE4EA7466D255C8E953C50569280F05B9E9EDA
checksum64: 223AA7E498F2237F344AF7304EEEC3A08DF3D65A3847E65C850449D0BF6D0AB3

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-3.0.txt>
2 changes: 1 addition & 1 deletion automatic/pspp/pspp.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pspp</id>
<version>0.10.5-pre2</version>
<version>1.0.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/pspp</packageSourceUrl>
<owners>chocolatey</owners>
<title>PSPP</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/pspp/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'pspp'
fileType = 'exe'
file = "$toolsPath\pspp-20170730-daily-32bits-setup.exe"
file64 = "$toolsPath\pspp-20170730-daily-64bits-setup.exe"
file = "$toolsPath\pspp-20170907-daily-32bits-setup.exe"
file64 = "$toolsPath\pspp-20170907-daily-64bits-setup.exe"
softwareName = 'pspp*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'vagrant'
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/1.9.8/vagrant_1.9.8_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/1.9.8/vagrant_1.9.8_x86_64.msi'
checksum = '8844a47fadd807390038f0317940f2421a4f00756ee16b16eb4681a5dc0dbb26'
checksum64 = '3080a028d3826168befd6b6ed119514c3f93e0ff8da2cd135bde2322d174f4e9'
url = 'https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.msi'
checksum = '9e33c6e0ba25c597e963a2b514818829b9e4ce9ddaf45718be4b0a97da04afd1'
checksum64 = '0fd2ebaf46d2d0f33a77844ed7a2116158b13872e47877bbb3929ae55d3d104f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>1.9.8</version>
<version>2.0.0</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Expand Up @@ -12,10 +12,10 @@ Write-Host "$mergeTasks"

$packageName = 'visualstudiocode'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://az764295.vo.msecnd.net/stable/41abd21afdf7424c89319ee7cb0445cc6f376959/VSCodeSetup-ia32-1.15.1.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/41abd21afdf7424c89319ee7cb0445cc6f376959/VSCodeSetup-x64-1.15.1.exe'
$checksum32 = 'efaf564ba5de8b252d7d93bbef983ea740d26671a813777a818bf29b4f770152'
$checksum64 = '6aefb6774f52e0452dd461f173176277ce4b55db730f567e1a6d00789a555d97'
$url32 = 'https://az764295.vo.msecnd.net/stable/787b31c0474e6165390b5a5989c9619e3e16f953/VSCodeSetup-ia32-1.16.0.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/787b31c0474e6165390b5a5989c9619e3e16f953/VSCodeSetup-x64-1.16.0.exe'
$checksum32 = '7e409350f4045a630a7616601c28b95523af8d6ccfc7eb4a31d5dcfc26498716'
$checksum64 = '2967d5fe29049f89a01944634d801a8513b28a769c2ec6516f5771c7dfe1910a'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/visualstudiocode/visualstudiocode.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.15.1</version>
<version>1.16.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit e6a452d

Please sign in to comment.