Skip to content

Commit

Permalink
AU: 3 updated - cmake.portable dropbox mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 17, 2019
1 parent 009f04b commit e578881
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"3.11": "3.11.4",
"3.12": "3.12.3",
"3.13": "3.13.4",
"3.14": "3.14.5",
"3.14": "3.14.6",
"3.15": "3.15.0-rc4"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.15.0-rc4</version>
<version>3.14.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0-rc4/cmake-3.15.0-rc4-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.15.0-rc4/cmake-3.15.0-rc4-win64-x64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.6/cmake-3.14.6-win32-x86.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.14.6/cmake-3.14.6-win64-x64.zip>
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: 6568C83ACDC0220DCCBD2AE98795B4F0056A020A47F2B0187DCC4039F344757A
checksum64: 1DD7F2078C784B0C1971B7D1F13FF249E7DB97EA15D546B11AA8BE65049A1A6C
checksum32: 0000CD8753860658F9EB76909CE1948D904D2F0BB653196E08559F9B16B7218A
checksum64: DE8B307391F739B288DF1C9EDB48E144F31CE1628B907EB37F76CE5025666123

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.15.0-rc4-win32-x86.zip"
file64 = "$toolsPath\cmake-3.15.0-rc4-win64-x64.zip"
file = "$toolsPath\cmake-3.14.6-win32-x86.zip"
file64 = "$toolsPath\cmake-3.14.6-win64-x64.zip"
destination = $toolsPath
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "77.3.127-beta",
"stable": "76.4.126"
"beta": "78.3.109-beta",
"stable": "77.4.131"
}
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>77.3.127-beta</version>
<version>77.4.131</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if(!$PSScriptRoot){ $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent }
. "$PSScriptRoot\helper.ps1"

$version = '77.3.127'
$version = '77.4.131'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) {$false} else {$true}
Expand All @@ -11,8 +11,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2077.3.127%20Offline%20Installer.exe'
checksum = 'aef5f1c5c63eafd5cc4c3379d5c57904cb9b0f6fd812562edec0b09a9cda7582'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2077.4.131%20Offline%20Installer.exe'
checksum = '214f24fdc05c65be7d20f72e097a39fd19cf2075129729de90c8420a663290c7'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/mono/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png" height="48" width="48" /> mono](https://chocolatey.org/packages/mono)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png" height="48" width="48" /> mono](https://chocolatey.org/packages/mono)

Mono is a software platform designed to allow developers to easily create cross platform applications. Sponsored by Novell, Mono is an open source implementation of Microsoft’s .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of Linux applications.

Expand Down
6 changes: 3 additions & 3 deletions automatic/mono/mono.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mono</id>
<version>5.20.1.19</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<version>5.20.1.34</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
<owners>chocolatey, Miguel de Icaza, other Mono committers</owners>
<licenseUrl>https://www.mono-project.com/docs/faq/licensing/</licenseUrl>
<projectUrl>https://www.mono-project.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@c34f28fa8b47318d55fc0eb48dc53161af85e43b/icons/mono.png</iconUrl>
<copyright>© 2018 Mono Project</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/5.20.1/windows-installer/mono-5.20.1.19-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.20.1/windows-installer/mono-5.20.1.19-x64-0.msi'
url = 'https://download.mono-project.com/archive/5.20.1/windows-installer/mono-5.20.1.34-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.20.1/windows-installer/mono-5.20.1.34-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = '50b964763edaae697a65ef27848c74e9eaa172050ddca94e5ebcf29ad4117b70'
checksum = 'a9b302db6bedca3abeba120f60d71bac1030bbf3925876293cb00ffb0adfa450'
checksumType = 'sha256'
checksum64 = 'f84dde8ac4cb7de9c063fa0deb4c0fe0f7fecc6d01fda9824ddaada823acf70b'
checksum64 = 'c650713990b7bae92aa37629691f373a704fe4a0e0bee10553e6c7eaf1823890'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit e578881

Please sign in to comment.