There was an error while loading. Please reload this page.
1 parent eea3a87 commit be88b2eCopy full SHA for be88b2e
1 file changed
scripts/install-cocoon-agent-bootstrap.ps1
@@ -12,7 +12,7 @@ $ProgressPreference = 'SilentlyContinue'
12
13
$version = '0.1.2'
14
$url = "https://github.com/cocoonstack/cocoon-agent/releases/download/v$version/cocoon-agent_${version}_Windows_x86_64.zip"
15
-$expected = 'f6bca51be1e27b34e9cf60e8de94721f92987076469054af34f2f4d95bab2390'
+$expected = 'a461b4bbf8111bb4cb4ebd70e537cf6555c1f643fb303e4b57abfb35204c8824'
16
$zip = Join-Path $env:TEMP "cocoon-agent_${version}_Windows_x86_64.zip"
17
$extract = Join-Path $env:TEMP "cocoon-agent-${version}"
18
0 commit comments