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 6, 2024
1 parent 6d2783f commit 0a63bd6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"3.11": "3.11.0",
"3.12": "3.12.2",
"3.13": "3.13.0",
"3.14": "3.14.0"
"3.14": "3.14.1"
}
10 changes: 5 additions & 5 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.14.0</version>
<version>3.14.1</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.14.0/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v3.14.1/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/box/boxcli</projectSourceUrl>
<docsUrl>https://developer.box.com/reference</docsUrl>
Expand All @@ -30,10 +30,10 @@ 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
### New Features and Enhancements
### Bug Fixes

* 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>
* Fix bulk action in `search` command ([#528](https://github.com/box/boxcli/issues/528)) ([782b0e6](https://github.com/box/boxcli/commit/782b0e6b00905d9724289cb05cf03a708c32ebb3))
* Fix bulk operation for `sign-requests:create` command ([#531](https://github.com/box/boxcli/issues/531)) ([6d9cd6b](https://github.com/box/boxcli/commit/6d9cd6b82088185c1b98e8c4ed9ac26af4ee3362))</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.14.0>
location on <https://github.com/box/boxcli/releases/tag/v3.14.1>
and can be verified by doing the following:

1. Download the following:
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>
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.14.1/box-v3.14.1-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.14.1/box-v3.14.1-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: 26B7775CA623ACF25A5AD8EBBB7425F00A80B7EA3AD93176B5A527C3C3942876
checksum64: ABB507B3C3CEF5A5C0EF0F515F1974A44780B3534DDA2F5A782A4882C8A58276
checksum32: 911B6176E05FF8A7D0057429B4B4B3C551A420AD1D52F9D146D9DF98B06B0E15
checksum64: B70FDDDCD8F544A9C1C2C1C49F7AAE298186A1603352AEB38AC608BF9D795895

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

0 comments on commit 0a63bd6

Please sign in to comment.