Skip to content

Commit

Permalink
Update rhel8 download links (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Aug 9, 2024
1 parent d40ea6c commit 0c039ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen/download-mongodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ get_mongodb_download_url_for ()
# SERVER-48282 Added support for RHEL 8 ARM in 4.4.2.
;;
linux-rhel-8*)
MONGODB_LATEST="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel80${DEBUG}-latest.tgz"
MONGODB_LATEST="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel88${DEBUG}-latest.tgz"
MONGOSH="https://downloads.mongodb.com/compass/mongosh-${VERSION_MONGOSH}-linux-x64.tgz"
MONGODB_RAPID="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel80${DEBUG}-${VERSION_RAPID}.tgz"
MONGODB_80="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel80${DEBUG}-${VERSION_80}.tgz"
MONGODB_80="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel88${DEBUG}-${VERSION_80}.tgz"
MONGODB_70="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel80${DEBUG}-${VERSION_70}.tgz"
MONGODB_60="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel80${DEBUG}-${VERSION_60}.tgz"
MONGODB_50="http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel80${DEBUG}-${VERSION_50}.tgz"
Expand Down

0 comments on commit 0c039ed

Please sign in to comment.