Skip to content

Commit

Permalink
Update to 2.10.0 release (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
anani112 authored Sep 19, 2024
1 parent c221efe commit 0ac8c0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

set -e

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

Expand Down
4 changes: 2 additions & 2 deletions install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set -e
# VANTA_OWNER_EMAIL (the email of the person who owns this computer. Ignored if VANTA_KEY is missing.)
# VANTA_REGION (the region the Agent talks to, such as "us" or "eu".)

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

0 comments on commit 0ac8c0f

Please sign in to comment.