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 Jul 3, 2018
1 parent ed2879f commit ad07a83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.2": "1.2.0"
"1.2": "1.2.0",
"1.0": "1.0.2"
}
11 changes: 8 additions & 3 deletions automatic/boxcli/boxcli.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>boxcli</id>
<version>1.2.0</version>
<version>1.0.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/boxcli</packageSourceUrl>
<owners>AdmiringWorm, William Higgs</owners>
<title>Box CLI</title>
Expand All @@ -27,8 +27,13 @@ Box is a cloud-based enterprise content management platform trusted by thousands
- **Build a Custom Integration**: Use the Box Platform APIs to connect an application with Box to upload, access and manage content in Box — just for your business.
- **Build a Partner Integration**: Use the Box Platform APIs to connect an application with Box and publish to the [Box App Gallery](https://cloud.app.box.com/apps) for millions of users to discover and use.
]]></description>
<releaseNotes>[Software Changelog](https://github.com/box/boxcli/releases/tag/v1.2.0)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/boxcli/Changelog.md)</releaseNotes>
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/boxcli/Changelog.md)

## Software Release Notes
- Added shared link commands for Create, Get, Update, and Delete. Located as standalone commands under `box shared-links` as well as under `box folders shared-links` and `box files shared-links`.
- Fixed UTF-8 issue obscuring characters when saving CSV reports.
- Added autopaging for events and fixed faulty event Get command.
- Added date options `w` for weeks and `now` when using date options with commands.</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/boxcli/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 the listed download
location on <https://github.com/box/boxcli/releases>
location on <https://github.com/box/boxcli/releases/tag/v1.0.2>
and can be verified by doing the following:

1. Download the following <https://github.com/box/boxcli/releases/download/v1.2.0/BoxCLI-win10-x64.msi>
1. Download the following <https://github.com/box/boxcli/releases/download/v1.0.2/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
checksum: D03F75D4AE23D087EA454F18AFB7E0E21323EA0E3BEC978E54B07BF28ABFF730
checksum: F86C07C1F24E45C53207C9080D22DB10E64F5BDC626629B70A0A133598B1D37D

The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/066158db5c7a357b2ea513e36c3e845226133a7b/LICENSE>

0 comments on commit ad07a83

Please sign in to comment.