From f799053221157d1a2774bee02d18d67b51d25023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 8 Oct 2020 09:37:00 +0200 Subject: [PATCH] sass: Update to version 1.27.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 13499dafad..c4fb7fb3f7 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.26.12", + "version": "1.27.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.26.12/dart-sass-1.26.12-windows-x64.zip", - "hash": "537e7389df42abca1e4a711ee457d7e186d0ae4ebc855f9a354e90c08a033b0c" + "url": "https://github.com/sass/dart-sass/releases/download/1.27.0/dart-sass-1.27.0-windows-x64.zip", + "hash": "f0acd8d1d324a4bb62de48eb997d8142e66b6df5c3a5dce6fe3b2b99dc06b52f" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.26.12/dart-sass-1.26.12-windows-ia32.zip", - "hash": "b44c254497561567871776ce412bb98e182513a05b0c1647395633cf0f25e565" + "url": "https://github.com/sass/dart-sass/releases/download/1.27.0/dart-sass-1.27.0-windows-ia32.zip", + "hash": "915ef281341125e8acced149f19ae24ca84d3d6992fc6b8702d32e35f8f7865b" } }, "extract_dir": "dart-sass",