Skip to content

Commit

Permalink
AU: 2 updated - boxcli nordvpn-teams
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 16, 2023
1 parent e8d21bc commit 1f6ee04
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"2.6": "2.6.0",
"2.7": "2.7.0",
"2.8": "2.8.0",
"2.9": "2.9.0"
"2.9": "2.9.0",
"3.10": "3.10.0"
}
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.9.2</version>
<version>3.10.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.9.2/LICENSE</licenseUrl>
<licenseUrl>https://github.com/box/boxcli/blob/v3.10.0/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
### Bug Fixes
### New Features and Enhancements

* Fix escaped slashes when passing an input to command ([#486](https://github.com/box/boxcli/issues/486)) ([7670210](https://github.com/box/boxcli/commit/7670210ffb5c38cef8dd153e823029d5237080b6))</releaseNotes>
* Support update user tracking codes ([#489](https://github.com/box/boxcli/issues/489)) ([159e6d0](https://github.com/box/boxcli/commit/159e6d07fa91f2b199ca85207a4cad5cf4274f0e))</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.9.2>
location on <https://github.com/box/boxcli/releases/tag/v3.10.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/box/boxcli/releases/download/v3.9.2/box-v3.9.2-x86.exe>
64-Bit software: <https://github.com/box/boxcli/releases/download/v3.9.2/box-v3.9.2-x64.exe>
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>
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: E6E30FC30E8447E9C1F50D808916B0A4B4D4989A35AD20552E8C5AF25DE2830C
checksum64: 448C2C800904A7BDE2CABD52E723F42E83E877BF843DB6B70F162DB4353543AA
checksum32: 6576B49D7C9D427C4313A93E6B0E32D4F884D91D700C3680BCF203E6D9934300
checksum64: F041988106E95DFF8F8011B2CAEC378DF6F5FE91C7B2AD15552D7B04A71E60C3

The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.9.2/LICENSE>
The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/v3.10.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.9.2-x86.exe"
file64 = "$toolsPath\box-v3.9.2-x64.exe"
file = "$toolsPath\box-v3.10.0-x86.exe"
file64 = "$toolsPath\box-v3.10.0-x64.exe"
softwareName = '@box/cli'
silentArgs = "/S"#
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/nordvpn-teams/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"64994580-1b990f0"|2.8.1
"64dcccbf-1b9ba08"|2.9.0
2 changes: 1 addition & 1 deletion automatic/nordvpn-teams/nordvpn-teams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nordvpn-teams</id>
<version>2.8.1</version>
<version>2.9.0</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/nordvpn-teams</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>NordVPN Teams</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nordvpn-teams/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://downloads.nordlayer.com/win/latest/NordLayerSetup.exe'
softwareName = 'NordVPN Teams*'
checksum = '9BA0EAFB2B5101FA036E9B9360E4B3F469625FB1AD992963D6F2BD11CC268CC80BCAC19A69E96B6E200DA6FA4B2B13490DC5E5E044262C84667B7CDD99B993A5'
checksum = 'A89B3B6BCAAD2FED4529F24513E449FB8D8C3CAE897E6851CE12391834D53B1A67D409DD3D2897371A0DCADDE4E286D96A13D80076225FA61CBBD694AF7F9C98'
checksumType = 'sha512'
silentArgs = "/exenoui /exenoupdates /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 1f6ee04

Please sign in to comment.