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 Sep 5, 2023
1 parent 67e1a29 commit 162fd7d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"2.7": "2.7.0",
"2.8": "2.8.0",
"2.9": "2.9.0",
"3.10": "3.10.0"
"3.10": "3.10.0",
"3.11": "3.11.0"
}
6 changes: 3 additions & 3 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.10.0</version>
<version>3.11.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.10.0/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v3.11.0/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/box/boxcli</projectSourceUrl>
<docsUrl>https://developer.box.com/reference</docsUrl>
Expand All @@ -32,7 +32,7 @@ Box is a cloud-based enterprise content management platform trusted by thousands
## Software Release Notes
### New Features and Enhancements

* Support update user tracking codes ([#489](https://github.com/box/boxcli/issues/489)) ([159e6d0](https://github.com/box/boxcli/commit/159e6d07fa91f2b199ca85207a4cad5cf4274f0e))</releaseNotes>
* detect and exclude the byte order mark (BOM) from the CSV input if present ([#492](https://github.com/box/boxcli/issues/492)) ([e147919](https://github.com/box/boxcli/commit/e14791955b53be5c15f8580ee1f9841d8227803b))</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.10.0>
location on <https://github.com/box/boxcli/releases/tag/v3.11.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.10.0/box-v3.10.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.10.0/box-v3.10.0-x64.exe>
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.11.0/box-v3.11.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.11.0/box-v3.11.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: 6576B49D7C9D427C4313A93E6B0E32D4F884D91D700C3680BCF203E6D9934300
checksum64: F041988106E95DFF8F8011B2CAEC378DF6F5FE91C7B2AD15552D7B04A71E60C3
checksum32: 07C96D845A995F62F74531AAD401846F99537F46C2095046EEB5A1FD2A958F68
checksum64: 983771B566FDA4E41958357A98B251E82450479B59697C2D1B75680B0A395CB4

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

0 comments on commit 162fd7d

Please sign in to comment.