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 Nov 6, 2023
1 parent 03a392e commit 9b17e1d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"2.9": "2.9.0",
"3.10": "3.10.0",
"3.11": "3.11.0",
"3.12": "3.12.0"
"3.12": "3.12.1"
}
8 changes: 4 additions & 4 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.12.0</version>
<version>3.12.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.12.0/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v3.12.1/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/box/boxcli</projectSourceUrl>
<docsUrl>https://developer.box.com/reference</docsUrl>
Expand All @@ -30,9 +30,9 @@ 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

* Support sign templates ([#496](https://github.com/box/boxcli/issues/496)) ([955106f](https://github.com/box/boxcli/commit/955106ffa5d7938c567e5440868f2ec3c87045ce))</releaseNotes>
* force offset based pagination in get users ([#504](https://github.com/box/boxcli/issues/504)) ([9bed083](https://github.com/box/boxcli/commit/9bed083d59b2386d045619fdf2f3ea915e44d231))</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.12.0>
location on <https://github.com/box/boxcli/releases/tag/v3.12.1>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.12.0/box-v3.12.0-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.12.0/box-v3.12.0-x64.exe>
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.12.1/box-v3.12.1-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.12.1/box-v3.12.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: CB03C43A50705456FCB5A29D7354DA5A55E553CC3F3FF1857C07D3A054802C38
checksum64: 42D9DD0031D9EA8099D3EACF23B19D4A960E1B241B69D860C836DEF68FAAD025
checksum32: F1A06CC334D0CFBFF955D415B5952E840D544F0FA8B307ADC60BEDA3AB86FF8D
checksum64: 1407B7D4F1A1068184A3EC3D4459BA94574CB8739B9BD86E1436645025389113

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

0 comments on commit 9b17e1d

Please sign in to comment.