Skip to content

Commit

Permalink
AU: 5 updated - dropbox Ghostscript Ghostscript.app Opera vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 13, 2018
1 parent 759e440 commit e691944
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "57.4.89-beta",
"beta": "58.3.85-beta",
"stable": "57.4.89"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>57.4.89</version>
<version>58.3.85-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2057.4.89%20Offline%20Installer.exe'
checksum = 'd44f3650b46d4db96ed5caf9675c6c7fd2ccc14a76a83d82305adbcea7a5e37a'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2058.3.85%20Offline%20Installer.exe'
checksum = 'de85225fb90eedfc3497d111369b175db2e43cb1b52284a3b4767566d3834205'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
6 changes: 3 additions & 3 deletions automatic/ghostscript.app/ghostscript.app.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>Ghostscript.app</id>
<version>9.24</version>
<version>9.25</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ghostscript.app</packageSourceUrl>
<owners>chocolatey</owners>
<title>Ghostscript (Install)</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>http://www.gnu.org/licenses/agpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>http://git.ghostscript.com/?p=ghostpdl.git;a=summary</projectSourceUrl>
<docsUrl>http://www.ghostscript.com/doc/9.24/Readme.htm</docsUrl>
<docsUrl>http://www.ghostscript.com/doc/9.25/Readme.htm</docsUrl>
<bugTrackerUrl>https://bugs.ghostscript.com/</bugTrackerUrl>
<tags>ghostscript.app ghostscript postscript admin foss cross-platform</tags>
<summary>an interpreter for the PostScript language and for PDF.</summary>
Expand All @@ -30,7 +30,7 @@ Ghostscript is written entirely in C, with special care taken to make it run pro
* A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF.
]]></description>
<releaseNotes>https://ghostscript.com/doc/9.24/History9.htm</releaseNotes>
<releaseNotes>https://ghostscript.com/doc/9.25/History9.htm</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript.app/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://ghostscript.com/download/gsdnld.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w64.exe>
32-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs925/gs925w32.exe>
64-Bit software: <https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs925/gs925w64.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
checksum32: CF4ECF34EC8E0492716A293A815E15F3A8A6D59B2ECAC3DB10A49E600B856E68
checksum64: 11957903142661D5A7F299FA38CDA3B11C52E40EFED69AB255E76A6E5396E5B0
checksum32: 8CFB3CE926798538E0A056132F068C7AFD86FC55F55FB9B53DABFA80EC9EFEFC
checksum64: D9AAD0C72FE749179ABA0496D6E9D7F37E8487C987E2E7C789CEC0A09C0E2A5E

The file 'LICENSE.txt' has been obtained from <http://git.ghostscript.com/?p=ghostpdl.git;a=blob_plain;f=LICENSE;h=572496a331cefa0933a9e997374f5e7dde3b95c8;hb=HEAD>
4 changes: 2 additions & 2 deletions automatic/ghostscript.app/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$filePath32 = "$toolsPath\gs924w32.exe"
$filePath64 = "$toolsPath\gs924w64.exe"
$filePath32 = "$toolsPath\gs925w32.exe"
$filePath64 = "$toolsPath\gs925w64.exe"

$filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) {
Write-Host "Installing 64 bit version" ; $filePath64
Expand Down
8 changes: 4 additions & 4 deletions automatic/ghostscript/ghostscript.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>Ghostscript</id>
<version>9.24</version>
<version>9.25</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ghostscript</packageSourceUrl>
<owners>chocolatey</owners>
<title>Ghostscript</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>http://www.gnu.org/licenses/agpl-3.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>http://git.ghostscript.com/?p=ghostpdl.git;a=summary</projectSourceUrl>
<docsUrl>http://www.ghostscript.com/doc/9.24/Readme.htm</docsUrl>
<docsUrl>http://www.ghostscript.com/doc/9.25/Readme.htm</docsUrl>
<bugTrackerUrl>https://bugs.ghostscript.com/</bugTrackerUrl>
<tags>ghostscript.app ghostscript postscript admin foss cross-platform</tags>
<summary>an interpreter for the PostScript language and for PDF.</summary>
Expand All @@ -30,9 +30,9 @@ Ghostscript is written entirely in C, with special care taken to make it run pro
* A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF.
]]></description>
<releaseNotes>https://ghostscript.com/doc/9.24/History9.htm</releaseNotes>
<releaseNotes>https://ghostscript.com/doc/9.25/History9.htm</releaseNotes>
<dependencies>
<dependency id="ghostscript.app" version="[9.24]" />
<dependency id="ghostscript.app" version="[9.25]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>55.0.2994.59</version>
<version>55.0.2994.61</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-55/#b2994.59</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-55/#b2994.61</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/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/desktop/55.0.2994.59/win/Opera_55.0.2994.59_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/55.0.2994.59/win/Opera_55.0.2994.59_Setup_x64.exe'
checksum = 'fa295e369d31bd48ae7b4f5edd24e827ebba801c4aad16bcbcec9d864ecddbd8'
checksum64 = '56fa4b8baf2a34feab1fd26f7a95eca602b0de9559b06a12e33d964419a42d27'
url = 'https://get.geo.opera.com/pub/opera/desktop/55.0.2994.61/win/Opera_55.0.2994.61_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/55.0.2994.61/win/Opera_55.0.2994.61_Setup_x64.exe'
checksum = '5ae1aefbd7e07ba5cf877dccdc9bb8a2333f1204ebb362cc70895a5ff746d515'
checksum64 = '1dbe93f3b42b208c08fe2b26ea411bb1860dee07e8bc4d5ffe71772b0feb9f9b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '55.0.2994.59'
$version = '55.0.2994.61'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.27.1'
$version = '1.27.2'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/5944e81f3c46a3938a82c701f96d7a59b074cfdc/VSCodeSetup-ia32-1.27.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/5944e81f3c46a3938a82c701f96d7a59b074cfdc/VSCodeSetup-x64-1.27.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/f46c4c469d6e6d8c46f268d1553c5dc4b475840f/VSCodeSetup-ia32-1.27.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/f46c4c469d6e6d8c46f268d1553c5dc4b475840f/VSCodeSetup-x64-1.27.2.exe'

softwareName = "$softwareName"

checksum = 'a304596a64eb00d3eb5d3910c4a2d6f356408e713b1ee232f5eb558f9146ba83'
checksum = 'c447a671963eb89ea41369658287738df00cb7f918a06fbcb15b5b4ed050c648'
checksumType = 'sha256'
checksum64 = 'd4387b1c944d1f05b3e27071997b70ad601633c5a5884d2fc88486fff1b26462'
checksum64 = 'a0e9f4867fc96ec43a698c1e6aa49dcd70a03b91cd823f00694945a42744e780'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.27.1</version>
<version>1.27.2</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit e691944

Please sign in to comment.