Skip to content

Commit be88b2e

Browse files
committed
chore(agent): bump pinned cocoon-agent v0.1.2 SHA256
Re-released v0.1.2 has a new binary; refresh the bootstrap checksum so the firstboot zip verification matches the published release asset.
1 parent eea3a87 commit be88b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-cocoon-agent-bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ProgressPreference = 'SilentlyContinue'
1212

1313
$version = '0.1.2'
1414
$url = "https://github.com/cocoonstack/cocoon-agent/releases/download/v$version/cocoon-agent_${version}_Windows_x86_64.zip"
15-
$expected = 'f6bca51be1e27b34e9cf60e8de94721f92987076469054af34f2f4d95bab2390'
15+
$expected = 'a461b4bbf8111bb4cb4ebd70e537cf6555c1f643fb303e4b57abfb35204c8824'
1616
$zip = Join-Path $env:TEMP "cocoon-agent_${version}_Windows_x86_64.zip"
1717
$extract = Join-Path $env:TEMP "cocoon-agent-${version}"
1818

0 commit comments

Comments
 (0)