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 Mar 6, 2024
1 parent 44d54d6 commit df43665
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
3 changes: 2 additions & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"3.10": "3.10.0",
"3.11": "3.11.0",
"3.12": "3.12.2",
"3.13": "3.13.0"
"3.13": "3.13.0",
"3.14": "3.14.0"
}
14 changes: 4 additions & 10 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.13.0</version>
<version>3.14.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.13.0/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v3.14.0/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/box/boxcli</projectSourceUrl>
<docsUrl>https://developer.box.com/reference</docsUrl>
Expand All @@ -32,14 +32,8 @@ Box is a cloud-based enterprise content management platform trusted by thousands
## Software Release Notes
### New Features and Enhancements

* Add additional `UseDisplayName` flag to metadata extraction script ([#515](https://github.com/box/boxcli/issues/515)) ([b900fdb](https://github.com/box/boxcli/commit/b900fdb984345c0fdfeb09e531f6a358ad8c3b8e))
* Add additional context info when throw exception ([#519](https://github.com/box/boxcli/issues/519)) ([b99a58d](https://github.com/box/boxcli/commit/b99a58d930eccf5363c82b84e4415336d7d69541))
* Support overwrite/skip folder download ([#516](https://github.com/box/boxcli/issues/516)) ([300f914](https://github.com/box/boxcli/commit/300f914ba8bb94d9c399699d126d81aba0b22142))

### Bug Fixes

* Fix metadata extraction script ([#514](https://github.com/box/boxcli/issues/514)) ([2fad540](https://github.com/box/boxcli/commit/2fad540badf60538fe1456f8071b74bf917f7464))
* Fix the functionality of the overwrite flag ([#513](https://github.com/box/boxcli/issues/513)) ([f4bf7af](https://github.com/box/boxcli/commit/f4bf7af8e0bbdf7e73fab23d920259ef16672be0))</releaseNotes>
* Add support for `vanity_name` when creating `shared-links` ([#524](https://github.com/box/boxcli/issues/524)) ([38164bc](https://github.com/box/boxcli/commit/38164bc716879aef0a8a2b973a9c6fc7eb705978))
* Support sign request signer group ID ([#521](https://github.com/box/boxcli/issues/521)) ([f7b1b44](https://github.com/box/boxcli/commit/f7b1b4409e0f72c264cc23a0f1ca1849060bf121))</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.13.0>
location on <https://github.com/box/boxcli/releases/tag/v3.14.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.13.0/box-v3.13.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.13.0/box-v3.13.0-x64.exe>
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.14.0/box-v3.14.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.14.0/box-v3.14.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: 9B4357F43AF2F364A129E3D9211A6E3BD267F19BE370293A441823D6650C3490
checksum64: 64C7B945D7CD29DA2B0E1EC7087AFF7B14D8C2FA44A1B11E90C90E3166A2B54F
checksum32: 26B7775CA623ACF25A5AD8EBBB7425F00A80B7EA3AD93176B5A527C3C3942876
checksum64: ABB507B3C3CEF5A5C0EF0F515F1974A44780B3534DDA2F5A782A4882C8A58276

The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.13.0/LICENSE>
The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.14.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.13.0-x86.exe"
file64 = "$toolsPath\box-v3.13.0-x64.exe"
file = "$toolsPath\box-v3.14.0-x86.exe"
file64 = "$toolsPath\box-v3.14.0-x64.exe"
softwareName = '@box/cli'
silentArgs = "/S"#
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit df43665

Please sign in to comment.