Skip to content

Commit c221efe

Browse files
authored
Update to 2.9.0 release (#73)
1 parent 19c0905 commit c221efe

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.8.1/vanta-amd64.deb"
9+
DEB_URL="https://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.9.0/vanta-amd64.deb"
1010
# Checksums need to be updated when DEB_URL is updated.
11-
DEB_CHECKSUM="7bec7ee8f51964037f7b8ed7923e6adc3d0112ae4249eef52fef508b6d0559c5"
11+
DEB_CHECKSUM="a138882d035770edeb3e65dd2e1b9e430fa1da9b2a314730f94997694ef4518b"
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.8.1/vanta-universal.pkg"
9+
PKG_URL="https://vanta-agent-repo.s3.amazonaws.com/targets/versions/2.9.0/vanta-universal.pkg"
1010
# Checksum needs to be updated when PKG_URL is updated.
11-
CHECKSUM="31159006453a4352c41eaeab9bbd527fa9af00cdaf5268e06c6def20f52ef7cf"
11+
CHECKSUM="8f92149bfdc26e29815ff8c46e2c95424c538a096742e444d7feb1fbafaa0aa8"
1212
DEVELOPER_ID="Vanta Inc (632L25QNV4)"
1313
CERT_SHA_FINGERPRINT="D90D17FA20360BC635BC1A59B9FA5C6F9C9C2D4915711E4E0C182AA11E772BEF"
1414
PKG_PATH="$(mktemp -d)/vanta.pkg"

0 commit comments

Comments
 (0)