From 2e7fd87619bd307a2602473be25e648f57b170a2 Mon Sep 17 00:00:00 2001 From: mikeee Date: Sat, 15 Jan 2022 00:01:54 +0000 Subject: [PATCH] AU: 1 updated - op [skip ci] https://gist.github.com/17b5a042cba1bd9da2bf21615aab4f0f/a10c9ee9efe3a1db5f454283b734f0c9a9fa4511 --- automatic/op/op.nuspec | 2 +- automatic/op/tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/op/op.nuspec b/automatic/op/op.nuspec index d6ee319..be88de5 100644 --- a/automatic/op/op.nuspec +++ b/automatic/op/op.nuspec @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.12.3 + 1.12.4 https://github.com/mikeee/ChocoPackages/tree/main/automatic/op mikeee diff --git a/automatic/op/tools/chocolateyInstall.ps1 b/automatic/op/tools/chocolateyInstall.ps1 index 9de33fc..733ee2a 100644 --- a/automatic/op/tools/chocolateyInstall.ps1 +++ b/automatic/op/tools/chocolateyInstall.ps1 @@ -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' }