Skip to content

Commit

Permalink
AU: 1 updated - boxcli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 11, 2019
1 parent f46f883 commit dc2ee15
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 28 deletions.
3 changes: 2 additions & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"latest": "2.1.0",
"1.1": "1.1.1.20181017",
"1.0": "1.0.2",
"1.2": "1.2.0"
"1.2": "1.2.0",
"1.4": "1.4.0"
}
15 changes: 3 additions & 12 deletions automatic/boxcli/boxcli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>boxcli</id>
<version>2.1.0</version>
<version>1.4.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/boxcli</packageSourceUrl>
<owners>AdmiringWorm, William Higgs</owners>
<title>Box CLI</title>
<authors>Box</authors>
<projectUrl>https://developer.box.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@19c4e51a2be54f917c2c61d69d806a3e647d49f4/icons/boxcli.png</iconUrl>
<copyright>©2018 Box</copyright>
<licenseUrl>https://github.com/box/boxcli/blob/v2.1.0/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v1.4.0/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/box/boxcli</projectSourceUrl>
<docsUrl>https://developer.box.com/reference</docsUrl>
Expand All @@ -30,16 +30,7 @@ Box is a cloud-based enterprise content management platform trusted by thousands
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/boxcli/Changelog.md)

## Software Release Notes
See [CHANGELOG](https://github.com/box/boxcli/blob/master/CHANGELOG.md#210-2019-03-28) for details.

- Update changelog for v2.1.0 release 8f769f5
- Fix paging for events commands (#126) c724f08
- Update lodash (#129) 50a8a3e
- Send fields param to API when --fields flag is used (#113) 669e797
- Fix event-types flag (#120) aacbe05
- Add build npm script f0f88f6

https://github.com/box/boxcli/compare/v2.0.0...v2.1.0</releaseNotes>
- Added the option to update collaboration expiration date</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/boxcli/legal/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS
END OF TERMS AND CONDITIONS
12 changes: 6 additions & 6 deletions automatic/boxcli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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 the listed download
location on <https://github.com/box/boxcli/releases/tag/v2.1.0>
location on <https://github.com/box/boxcli/releases/tag/v1.4.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/box/boxcli/releases/download/v2.1.0/box-v2.1.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v2.1.0/box-v2.1.0-x64.exe>
32-Bit software: <>
64-Bit software: <https://github.com/box/boxcli/releases/download/v1.4.0/BoxCLI-win10-x64.msi>
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: 5C85D81BC4984EA52DA383D97ADFE4C41373D8B029F62830635F459839FD5395
checksum64: 4D85F337DC09C3F3FC3E9846F4B29E298F093DE9F9C77CA6E17549D6B795A24D
checksum32:
checksum64: CA1F5A42ACD8B1620C5A162C19A5C70E3228324B77C75058A7403C34178F4C8A

The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v2.1.0/LICENSE>
The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v1.4.0/LICENSE>
10 changes: 5 additions & 5 deletions automatic/boxcli/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\box-v2.1.0-x86.exe"
file64 = "$toolsPath\box-v2.1.0-x64.exe"
softwareName = '@box/cli'
silentArgs = "/S"#
fileType = 'msi'
file = "$toolsPath\"
file64 = "$toolsPath\BoxCLI-win10-x64.msi"
softwareName = 'BoxCLI'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""#
validExitCodes = @(0, 3010, 1641)
}

Expand Down
6 changes: 3 additions & 3 deletions automatic/boxcli/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = '@box/cli'
fileType = 'exe'
silentArgs = "/S"#
softwareName = 'BoxCLI'
fileType = 'msi'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiUninstall.log`""#
validExitCodes = @(0, 3010, 1641)
}

Expand Down

0 comments on commit dc2ee15

Please sign in to comment.