diff --git a/automatic/boxcli/boxcli.json b/automatic/boxcli/boxcli.json index 42ddf4caf..967f37f84 100644 --- a/automatic/boxcli/boxcli.json +++ b/automatic/boxcli/boxcli.json @@ -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" } diff --git a/automatic/boxcli/boxcli.nuspec b/automatic/boxcli/boxcli.nuspec index 442642635..2e6c325e8 100644 --- a/automatic/boxcli/boxcli.nuspec +++ b/automatic/boxcli/boxcli.nuspec @@ -3,7 +3,7 @@ boxcli - 3.14.0 + 3.14.1 https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/boxcli AdmiringWorm, William Higgs Box CLI @@ -11,7 +11,7 @@ https://developer.box.com/ https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@507f445e404eb629632365875da50972699c9837/automatic/boxcli/icons/boxcli.png ©2018 Box - https://github.com/box/boxcli/blob/v3.14.0/LICENSE + https://github.com/box/boxcli/blob/v3.14.1/LICENSE false https://github.com/box/boxcli https://developer.box.com/reference @@ -30,10 +30,10 @@ Box is a cloud-based enterprise content management platform trusted by thousands [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)) +* 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)) diff --git a/automatic/boxcli/legal/VERIFICATION.txt b/automatic/boxcli/legal/VERIFICATION.txt index 499f219c3..80f0e351f 100644 --- a/automatic/boxcli/legal/VERIFICATION.txt +++ b/automatic/boxcli/legal/VERIFICATION.txt @@ -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 +location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 +The file 'LICENSE.txt' has been obtained from diff --git a/automatic/boxcli/tools/chocolateyinstall.ps1 b/automatic/boxcli/tools/chocolateyinstall.ps1 index 71509782e..8c2508bfe 100644 --- a/automatic/boxcli/tools/chocolateyinstall.ps1 +++ b/automatic/boxcli/tools/chocolateyinstall.ps1 @@ -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)