From 230c9f833872b28114ca9f2ef408d7b5985c84f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 15 Jun 2021 02:11:22 -0700 Subject: [PATCH] sass: Update to version 1.35.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index ccd3c85fd6..19944dc887 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.34.1", + "version": "1.35.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.34.1/dart-sass-1.34.1-windows-x64.zip", - "hash": "6e34628799240e905dca33dc49e07b09cd950453ec2ff5aaf75d918211cd23c5" + "url": "https://github.com/sass/dart-sass/releases/download/1.35.0/dart-sass-1.35.0-windows-x64.zip", + "hash": "d923de981ecb194cfcb409c2129a259d343658e474bb0f6863462005baf032b8" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.34.1/dart-sass-1.34.1-windows-ia32.zip", - "hash": "c912c28ad3bb67514d2f82d9d5ca37b14600881699686cabf61c278bfd5856c7" + "url": "https://github.com/sass/dart-sass/releases/download/1.35.0/dart-sass-1.35.0-windows-ia32.zip", + "hash": "ef13f0457566f7a6a20b93725a9ce05c6181a3c7a733c80272163da973619d1b" } }, "extract_dir": "dart-sass",