Skip to content

Commit a2d91d4

Browse files
committed
1 parent 11be588 commit a2d91d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

automatic/op/op.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
25-
<version>2.15.0</version>
25+
<version>2.16.0</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/op</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

automatic/op/tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
unzipLocation = $toolsDir
8-
url = 'https://cache.agilebits.com/dist/1P/op2/pkg/v2.15.0/op_windows_386_v2.15.0.zip'
9-
url64 = 'https://cache.agilebits.com/dist/1P/op2/pkg/v2.15.0/op_windows_amd64_v2.15.0.zip'
8+
url = 'https://cache.agilebits.com/dist/1P/op2/pkg/v2.16.0/op_windows_386_v2.16.0.zip'
9+
url64 = 'https://cache.agilebits.com/dist/1P/op2/pkg/v2.16.0/op_windows_amd64_v2.16.0.zip'
1010

11-
checksum = '0f57e21571d6af622d4311867ffa7e05bb4d52e9d5014cc323fdce169fbcf7b1'
11+
checksum = 'e2dc92eba963c24c4f08a068d191e3a8f1dd1499384111e094639172d37e3e95'
1212
checksumType = 'SHA256'
13-
checksum64 = '9819ad9a101c5011fd11aa96027d33fcfd621cb14dc5e15484e2e430a88fcc01'
13+
checksum64 = '2b27b158f3b361892fbc971799391cc9cffdcf45bb6f7ab82c7b5f7fc776a538'
1414
checksumType64 = 'SHA256'
1515
}
1616

0 commit comments

Comments
 (0)