From 6b7d0679d384fb6944b6b3435c2551d8263d98b4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 24 Feb 2020 21:01:48 +0000 Subject: [PATCH] sass: Update to version 1.26.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 95fd1cefa0..18f7f0f5a3 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/sass/dart-sass", "description": "The reference implementation of Sass, written in Dart.", - "version": "1.25.0", + "version": "1.26.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.25.0/dart-sass-1.25.0-windows-x64.zip", - "hash": "59c1c7c6ceca32aeec5340c66abf55bb7646ea890467ff06d8d9aa9dd376d78a" + "url": "https://github.com/sass/dart-sass/releases/download/1.26.0/dart-sass-1.26.0-windows-x64.zip", + "hash": "7e3274385c519b42bfe4ff32b3d462d56d48980760f8d71d13df1166a2fdadb2" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.25.0/dart-sass-1.25.0-windows-ia32.zip", - "hash": "5fc30d95ad14713dbc5b3a8fcce56f0f1ffc7fbbfcfa1e979ce6ff93a53e64f7" + "url": "https://github.com/sass/dart-sass/releases/download/1.26.0/dart-sass-1.26.0-windows-ia32.zip", + "hash": "ff3ea25b535f84dd3633b6da4b94772e8e4ff72d6ead7d20220680bd45aafae7" } }, "extract_dir": "dart-sass",