From 91699cce92bcc49b73ae786ec0be63134fc9b7fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:34:00 +0000 Subject: [PATCH] sass: Update to version 1.64.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 76deb6405b..730270b66e 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.64.1", + "version": "1.64.2", "description": "The primary implementation of Sass, written in Dart.", "homepage": "https://sass-lang.com/dart-sass", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.64.1/dart-sass-1.64.1-windows-x64.zip", - "hash": "716db0a1e66d21ddd92788defeb2cd8237cad6808ff0451431e98cb18003671a" + "url": "https://github.com/sass/dart-sass/releases/download/1.64.2/dart-sass-1.64.2-windows-x64.zip", + "hash": "97b5f8ccd25a9e589f324266e25ff4a3263696dbe20090d32e7d23bbf51e3b08" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.64.1/dart-sass-1.64.1-windows-ia32.zip", - "hash": "6ab8232a516ddcb0071079805d375db2645b2be7332ab1d92e1fab5be7064941" + "url": "https://github.com/sass/dart-sass/releases/download/1.64.2/dart-sass-1.64.2-windows-ia32.zip", + "hash": "abc87d1676a0a5b37ae6e8dc768d390b58c133a08862db4bbcb8985188e2a1cd" } }, "extract_dir": "dart-sass",