Skip to content

Commit 72a75dc

Browse files
committed
1 parent 261b374 commit 72a75dc

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.16.0</version>
25+
<version>2.16.1</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.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'
8+
url = 'https://cache.agilebits.com/dist/1P/op2/pkg/v2.16.1/op_windows_386_v2.16.1.zip'
9+
url64 = 'https://cache.agilebits.com/dist/1P/op2/pkg/v2.16.1/op_windows_amd64_v2.16.1.zip'
1010

11-
checksum = 'e2dc92eba963c24c4f08a068d191e3a8f1dd1499384111e094639172d37e3e95'
11+
checksum = 'd4f25909de1b700aba960478a59f7217185815e660d2022c212630f1edd29574'
1212
checksumType = 'SHA256'
13-
checksum64 = '2b27b158f3b361892fbc971799391cc9cffdcf45bb6f7ab82c7b5f7fc776a538'
13+
checksum64 = 'a7177b48cfe55a5115b9b431274c008c8cd99de5b9e3c47bf2df1468dcb83931'
1414
checksumType64 = 'SHA256'
1515
}
1616

0 commit comments

Comments
 (0)