Skip to content

Commit 0ac8c0f

Browse files
authored
Update to 2.10.0 release (#75)
1 parent c221efe commit 0ac8c0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
set -e
88

9-
DEB_URL="https://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.9.0/vanta-amd64.deb"
9+
DEB_URL="https://agent-downloads.vanta.com/targets/versions/2.10.0/vanta-amd64.deb"
1010
# Checksums need to be updated when DEB_URL is updated.
11-
DEB_CHECKSUM="a138882d035770edeb3e65dd2e1b9e430fa1da9b2a314730f94997694ef4518b"
11+
DEB_CHECKSUM="d749eeb61526c4cd53455fbfed99418f274b272a54543f905dba613f851f3829"
1212
DEB_PATH="$(mktemp -d)/vanta.deb"
1313
DEB_INSTALL_CMD="dpkg -Ei"
1414

install-macos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ set -e
66
# VANTA_OWNER_EMAIL (the email of the person who owns this computer. Ignored if VANTA_KEY is missing.)
77
# VANTA_REGION (the region the Agent talks to, such as "us" or "eu".)
88

9-
PKG_URL="https://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.9.0/vanta-universal.pkg"
9+
PKG_URL="https://agent-downloads.vanta.com/targets/versions/2.10.0/vanta-universal.pkg"
1010
# Checksum needs to be updated when PKG_URL is updated.
11-
CHECKSUM="8f92149bfdc26e29815ff8c46e2c95424c538a096742e444d7feb1fbafaa0aa8"
11+
CHECKSUM="15abe12e1dd8a220c768e7b3157fe0427e189bf2f8fdde1bd3ffec513ebc45b4"
1212
DEVELOPER_ID="Vanta Inc (632L25QNV4)"
1313
CERT_SHA_FINGERPRINT="D90D17FA20360BC635BC1A59B9FA5C6F9C9C2D4915711E4E0C182AA11E772BEF"
1414
PKG_PATH="$(mktemp -d)/vanta.pkg"

0 commit comments

Comments
 (0)