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 Jun 2, 2023
1 parent c43156e commit 689f4f9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "3.8.0",
"latest": "3.9.0",
"1.1": "1.1.1.20181017",
"1.0": "1.0.2",
"1.2": "1.2.0",
Expand Down
14 changes: 5 additions & 9 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>3.8.0</version>
<version>3.9.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@507f445e404eb629632365875da50972699c9837/automatic/boxcli/icons/boxcli.png</iconUrl>
<copyright>©2018 Box</copyright>
<licenseUrl>https://github.com/box/boxcli/blob/v3.8.0/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v3.9.0/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/box/boxcli</projectSourceUrl>
<docsUrl>https://developer.box.com/reference</docsUrl>
Expand All @@ -32,13 +32,9 @@ Box is a cloud-based enterprise content management platform trusted by thousands
## Software Release Notes
### New Features and Enhancements

* add alias for metadata cascade policy create ([#460](https://github.com/box/boxcli/issues/460)) ([8d2f683](https://github.com/box/boxcli/commit/8d2f683e092c036efe352e6fd70904083ad7c208))
* Add support for `--reauthorize` flag in login command ([#457](https://github.com/box/boxcli/issues/457)) ([f653a0d](https://github.com/box/boxcli/commit/f653a0d526c7194f0a5e80dc837f0f16a9d4f27b))

### Bug Fixes

* Fix `keychain` access by bumping `keychain` library to `1.4.0` ([#459](https://github.com/box/boxcli/issues/459)) ([56919ce](https://github.com/box/boxcli/commit/56919cefabef6de4d96a1f69f7c80740a680876c))
* Fix unit tests ([#456](https://github.com/box/boxcli/issues/456)) ([f89d9ef](https://github.com/box/boxcli/commit/f89d9ef5c3c4e7bf00c0be40f128428b1e7e6983))</releaseNotes>
* add `max-items`, improve list endpoints performance ([#470](https://github.com/box/boxcli/issues/470)) ([8f386f3](https://github.com/box/boxcli/commit/8f386f3b7c4ff4efbaa941321fd672694ce3c7a1))
* Add support for Integration Mappings API ([#472](https://github.com/box/boxcli/issues/472)) ([bbf2548](https://github.com/box/boxcli/commit/bbf2548223e0d07ce2412c04991e7d8f00022fa7))
* New fields in `retention-policy` and `retention-policy-assignment` ([#466](https://github.com/box/boxcli/issues/466)) ([f960e59](https://github.com/box/boxcli/commit/f960e59aaf55fe0a0507e9f4c9d867e7c3dd039a))</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
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/v3.8.0>
location on <https://github.com/box/boxcli/releases/tag/v3.9.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.8.0/box-v3.8.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.8.0/box-v3.8.0-x64.exe>
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.9.0/box-v3.9.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.9.0/box-v3.9.0-x64.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: 5FF26522665E91438BC86428EAECCE5C2AA4669AB5F0DE031E88F5F131CA58F7
checksum64: 24EE8A7D217F003D62F3908912E2AC5A795EE6C4DD57CF1741CA980721B9C30A
checksum32: BB2A3680D593B4D997025AADECA3F62F403156EA1370752B2E98E032DA9A3DB7
checksum64: 8F1936CD50EEF61F60E4A82FF2147D5741334B8F6D3B579101D934CF3F9E25B7

The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.8.0/LICENSE>
The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.9.0/LICENSE>
4 changes: 2 additions & 2 deletions automatic/boxcli/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\box-v3.8.0-x86.exe"
file64 = "$toolsPath\box-v3.8.0-x64.exe"
file = "$toolsPath\box-v3.9.0-x86.exe"
file64 = "$toolsPath\box-v3.9.0-x64.exe"
softwareName = '@box/cli'
silentArgs = "/S"#
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 689f4f9

Please sign in to comment.