Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS-8520 update pkgsrc-setup to 20240116 #1089

Merged
merged 1 commit into from Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/smartdc/bin/pkgsrc-setup.sh
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright 2022 Joyent, Inc.
# Copyright 2023 MNX Cloud, Inc.
# Copyright 2024 MNX Cloud, Inc.
#

function fatal () {
Expand Down Expand Up @@ -39,8 +39,8 @@ root="/${1}"
# pkgsrc.smartos.org for changes. Old boostrap tars are kept around indefinitely,
# so there's no particular urgency for getting it done when a new bootstrap
# is available, but we'll want to stay relatively up to date.
BOOTSTRAP_TAR="bootstrap-trunk-tools-20230910.tar.gz"
BOOTSTRAP_SHA="23169c6b462526799a009c76c13f2be783c86851"
BOOTSTRAP_TAR="bootstrap-trunk-tools-20240116.tar.gz"
BOOTSTRAP_SHA="8c104974605e7404edd9d10b9429bdf1d9b3bb60"

cd /tmp || fatal 'cd to /tmp failed'

Expand Down