Skip to content

Commit

Permalink
AU: 1 updated - op
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Jan 15, 2022
1 parent 29d8bde commit 2e7fd87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/op/op.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>1.12.3</version>
<version>1.12.4</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/op</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/op/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://cache.agilebits.com/dist/1P/op/pkg/v1.12.3/op_windows_386_v1.12.3.zip'
url64 = 'https://cache.agilebits.com/dist/1P/op/pkg/v1.12.3/op_windows_amd64_v1.12.3.zip'
url = 'https://cache.agilebits.com/dist/1P/op/pkg/v1.12.4/op_windows_386_v1.12.4.zip'
url64 = 'https://cache.agilebits.com/dist/1P/op/pkg/v1.12.4/op_windows_amd64_v1.12.4.zip'

checksum = '83299b76077930927ad1a8992d9514f9fa172717af68856b0f9a630220062fa7'
checksum = 'a8e2ef405af14b8fb3482ed7f8b66a3f1383a2a86062589e3acc6bc446b13006'
checksumType = 'SHA256'
checksum64 = 'e617a028d8feb1e218bbc61755686187860bf6437b0bf47591277a83846ef7f5'
checksum64 = 'd14b7a864ebabc9b5ed95ea6b13e676a5795ede54b6187b4233249694478b1c9'
checksumType64 = 'SHA256'
}

Expand Down

0 comments on commit 2e7fd87

Please sign in to comment.