From a0c07d232ca648216605327fb49359c0df430b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 30 Jul 2021 21:39:25 -0700 Subject: [PATCH] sass: Update to version 1.37.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 104e1d942c..8cb4b52ace 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.36.0", + "version": "1.37.0", "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.36.0/dart-sass-1.36.0-windows-x64.zip", - "hash": "33724f3d18038b3b7c2fff172d58933ad4050d559232f883cbf5a89ade3272cb" + "url": "https://github.com/sass/dart-sass/releases/download/1.37.0/dart-sass-1.37.0-windows-x64.zip", + "hash": "2ed6381fc764ebc4d9a3241cf43f5dbd826e42c55b2a89d9e51b400b166624f2" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.36.0/dart-sass-1.36.0-windows-ia32.zip", - "hash": "e1f54c8c7054c55a092e9a1144a8d61f5ab5c39752d532c67da44116f94f8f18" + "url": "https://github.com/sass/dart-sass/releases/download/1.37.0/dart-sass-1.37.0-windows-ia32.zip", + "hash": "7468b998b9934ae5efc267e835fe6d70852660df9d0150da961b9811cb35581d" } }, "extract_dir": "dart-sass",