From 7742dcb19e66771d590f9a49638dadb6f328fc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Jul 2021 23:13:09 -0700 Subject: [PATCH] sass: Update to version 1.35.2 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 2590b435c0..aa52ea2386 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.35.1", + "version": "1.35.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.35.1/dart-sass-1.35.1-windows-x64.zip", - "hash": "101239f54d696687561021dd10b7c6e56f412b6e3b5c341cb7ef773d7c563050" + "url": "https://github.com/sass/dart-sass/releases/download/1.35.2/dart-sass-1.35.2-windows-x64.zip", + "hash": "212b353c2f0083aad5c6b455cfed8937be2ba60e2da76b057e17d81a56184cd9" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.35.1/dart-sass-1.35.1-windows-ia32.zip", - "hash": "16d3eca26d5b15ba326fefa1b6bd82c874be15ccde51a4474468089644253ab4" + "url": "https://github.com/sass/dart-sass/releases/download/1.35.2/dart-sass-1.35.2-windows-ia32.zip", + "hash": "400563b05f39094e4c08f576db2e0cb6541cb564d263c052b0d19748aba5f379" } }, "extract_dir": "dart-sass",