tools/*openbsd*: switch to 6.5 now that it's in -beta

This commit is contained in:
Greg Steuck 2019-03-01 10:04:43 -08:00 committed by Dmitry Vyukov
parent 68d9e495c3
commit 1c0e457aaa
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
set -eu -o pipefail
readonly MIRROR="${MIRROR:-cdn.openbsd.org}"
readonly VERSION="${VERSION:-6.4}"
readonly VERSION="${VERSION:-6.5}"
readonly DOWNLOAD_VERSION="${DOWNLOAD_VERSION:-snapshots}"
readonly RELNO="${2:-${VERSION/./}}"

View File

@ -11,7 +11,7 @@
set -eu -o pipefail
readonly MIRROR="${MIRROR:-cdn.openbsd.org}"
readonly VERSION="${VERSION:-6.4}"
readonly VERSION="${VERSION:-6.5}"
readonly DOWNLOAD_VERSION="${DOWNLOAD_VERSION:-snapshots}"
readonly RELNO="${2:-${VERSION/./}}"