From 7a661d4edfc6597e53db08018788d22d61dde2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 15 Jun 2021 23:13:44 -0700 Subject: [PATCH] sass: Update to version 1.35.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 19944dc887..2590b435c0 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.35.0", + "version": "1.35.1", "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.0/dart-sass-1.35.0-windows-x64.zip", - "hash": "d923de981ecb194cfcb409c2129a259d343658e474bb0f6863462005baf032b8" + "url": "https://github.com/sass/dart-sass/releases/download/1.35.1/dart-sass-1.35.1-windows-x64.zip", + "hash": "101239f54d696687561021dd10b7c6e56f412b6e3b5c341cb7ef773d7c563050" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.35.0/dart-sass-1.35.0-windows-ia32.zip", - "hash": "ef13f0457566f7a6a20b93725a9ce05c6181a3c7a733c80272163da973619d1b" + "url": "https://github.com/sass/dart-sass/releases/download/1.35.1/dart-sass-1.35.1-windows-ia32.zip", + "hash": "16d3eca26d5b15ba326fefa1b6bd82c874be15ccde51a4474468089644253ab4" } }, "extract_dir": "dart-sass",