From 1a590102060e2c2af9fed1b2e3f6e84340496ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 20 Apr 2021 06:13:57 +0200 Subject: [PATCH] sass: Update to version 1.32.11 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index bd0f2b98c7..424720cdf0 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.32.10", + "version": "1.32.11", "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.32.10/dart-sass-1.32.10-windows-x64.zip", - "hash": "0b050760838fbc4792456bfabc8cf511017f43e04db77187ccce9b8660b897d5" + "url": "https://github.com/sass/dart-sass/releases/download/1.32.11/dart-sass-1.32.11-windows-x64.zip", + "hash": "9b059c676f547be686dd7fa4a19bfd3c66b7a25b44a1bc8fa1fcbd4208762e97" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.32.10/dart-sass-1.32.10-windows-ia32.zip", - "hash": "315edec644454f9b4c6549e3c2eced951a9f54527f93c4708774c672f6dd27fe" + "url": "https://github.com/sass/dart-sass/releases/download/1.32.11/dart-sass-1.32.11-windows-ia32.zip", + "hash": "e65c7eb597811a8292f2f8f6105a4dfdf2997dd69c05e1155e9896ab2573f68c" } }, "extract_dir": "dart-sass",