From ff819945c65c90b7c331f29888132e8da918de62 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 18 Sep 2023 19:36:16 +0000 Subject: [PATCH] AU: 1 updated - boxcli [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/756820a2253e02747b0217119f1c4ba623855708 --- automatic/boxcli/boxcli.json | 3 ++- automatic/boxcli/boxcli.nuspec | 6 +++--- automatic/boxcli/legal/VERIFICATION.txt | 12 ++++++------ automatic/boxcli/tools/chocolateyinstall.ps1 | 4 ++-- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/automatic/boxcli/boxcli.json b/automatic/boxcli/boxcli.json index 7360004e4..419f0e6a4 100644 --- a/automatic/boxcli/boxcli.json +++ b/automatic/boxcli/boxcli.json @@ -15,5 +15,6 @@ "2.8": "2.8.0", "2.9": "2.9.0", "3.10": "3.10.0", - "3.11": "3.11.0" + "3.11": "3.11.0", + "3.12": "3.12.0" } diff --git a/automatic/boxcli/boxcli.nuspec b/automatic/boxcli/boxcli.nuspec index 750f8a7e5..71d29f51e 100644 --- a/automatic/boxcli/boxcli.nuspec +++ b/automatic/boxcli/boxcli.nuspec @@ -3,7 +3,7 @@ boxcli - 3.11.0 + 3.12.0 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.11.0/LICENSE + https://github.com/box/boxcli/blob/v3.12.0/LICENSE false https://github.com/box/boxcli https://developer.box.com/reference @@ -32,7 +32,7 @@ Box is a cloud-based enterprise content management platform trusted by thousands ## Software Release Notes ### New Features and Enhancements -* 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)) +* Support sign templates ([#496](https://github.com/box/boxcli/issues/496)) ([955106f](https://github.com/box/boxcli/commit/955106ffa5d7938c567e5440868f2ec3c87045ce)) diff --git a/automatic/boxcli/legal/VERIFICATION.txt b/automatic/boxcli/legal/VERIFICATION.txt index 079b98657..a5d37f168 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: 07C96D845A995F62F74531AAD401846F99537F46C2095046EEB5A1FD2A958F68 - checksum64: 983771B566FDA4E41958357A98B251E82450479B59697C2D1B75680B0A395CB4 + checksum32: CB03C43A50705456FCB5A29D7354DA5A55E553CC3F3FF1857C07D3A054802C38 + checksum64: 42D9DD0031D9EA8099D3EACF23B19D4A960E1B241B69D860C836DEF68FAAD025 -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 58b0f1cb3..a0cf70b3c 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.11.0-x86.exe" - file64 = "$toolsPath\box-v3.11.0-x64.exe" + file = "$toolsPath\box-v3.12.0-x86.exe" + file64 = "$toolsPath\box-v3.12.0-x64.exe" softwareName = '@box/cli' silentArgs = "/S"# validExitCodes = @(0, 3010, 1641)