Skip to content

Commit

Permalink
AU: 2 updated - boxcli nordpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 8, 2023
1 parent e6277f1 commit 7d98fa2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.1"
"3.12": "3.12.2"
}
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.12.1</version>
<version>3.12.2</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.1/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v3.12.2/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
### Bug Fixes

* force offset based pagination in get users ([#504](https://github.com/box/boxcli/issues/504)) ([9bed083](https://github.com/box/boxcli/commit/9bed083d59b2386d045619fdf2f3ea915e44d231))</releaseNotes>
* Bump box-node-sdk ([#510](https://github.com/box/boxcli/issues/510)) ([2621f41](https://github.com/box/boxcli/commit/2621f4121999ff6e9d0cc0c391dfd3aa93aefe49))</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.1>
location on <https://github.com/box/boxcli/releases/tag/v3.12.2>
and can be verified by doing the following:

1. Download the following:
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>
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.12.2/box-v3.12.2-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.12.2/box-v3.12.2-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: F1A06CC334D0CFBFF955D415B5952E840D544F0FA8B307ADC60BEDA3AB86FF8D
checksum64: 1407B7D4F1A1068184A3EC3D4459BA94574CB8739B9BD86E1436645025389113
checksum32: 2DFCC64E20A114F5D1C825390DB063B58884B210E63857EF3B85B56358EC321E
checksum64: 2406BAFCFB39C35CC8D4982DAF295AA725E0DDA7FA3B75553361FCEC6E980B21

The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.12.1/LICENSE>
The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.12.2/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.1-x86.exe"
file64 = "$toolsPath\box-v3.12.1-x64.exe"
file = "$toolsPath\box-v3.12.2-x86.exe"
file64 = "$toolsPath\box-v3.12.2-x64.exe"
softwareName = '@box/cli'
silentArgs = "/S"#
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/nordpass/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"6511508c-4b736c0"|5.8.21
"654b93e4-4bc7778"|5.9.22
2 changes: 1 addition & 1 deletion automatic/nordpass/nordpass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- == PACKAGE SPECIFIC SECTION == -->
<!-- This section is about this package, although id and version have ties back to the software -->
<id>nordpass</id>
<version>5.8.21</version>
<version>5.9.22</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nordpass</packageSourceUrl>
<owners>AdmiringWorm</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/nordpass/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ $packageArgs = @{

softwareName = 'NordPass*'

checksum = 'ACD2B74575EA61C6184ABDB77C5D43FD79C9A8D1D17D058D0445A18423F57C4DA8DAFC454E5E6B3AC1DD452F083457A8B03AFC9FD78E5C1F86F14C51436AE679'
checksum = '281C9E2941A555F56D87400D5EB2C82305218E8AAC281000996853CDDFAE52AB19D108B05B9D3201BDBB5ABBA7500160CF1775C131DCC5203ECCA6ADC3218860'
checksumType = 'sha512'
checksum64 = '027CBE6312F07CF5B9EDB1B5B5FC9D748468A1F701245F7249BE476892CA44F1E8816BF9DBCDD1F8495739570002B866BFCC2E8BFFF765FAA424064167A744C1'
checksum64 = 'E6F02A2E36685BED3EACD5CB72A227D234E716F679DCDE63C973DC5979B6892891F7814AE789E980AD8388975BE5E70781DF9FFA857A8DD56B11B952C2D2DAD8'
checksumType64 = 'sha512'

# MSI
Expand Down

0 comments on commit 7d98fa2

Please sign in to comment.