From 519518a57ae37f93aad9e6bfc8928a205f96ea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 28 Feb 2023 18:17:10 +0100 Subject: [PATCH] Update distribution-scripts Updates `distribution-scripts` dependency to https://github.com/crystal-lang/distribution-scripts/commit/dd0ef752b995c04b5e3bf80e474881ba107e4476 This includes the following changes: * crystal-lang/distribution-scripts#224) * crystal-lang/distribution-scripts#219) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27d980b883cd..ae6750ed1c11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ parameters: distribution-scripts-version: description: "Git ref for version of https://github.com/crystal-lang/distribution-scripts/" type: string - default: "b668df09ead5cbad9fdbff8ba3c5c0878fc99cbe" + default: "dd0ef752b995c04b5e3bf80e474881ba107e4476" previous_crystal_base_url: description: "Prefix for URLs to Crystal bootstrap compiler" type: string