From 4ae1b7a4d684acbe5bbe035c7ba781ae1f528fa1 Mon Sep 17 00:00:00 2001 From: bbhtt <62639087+bbhtt@users.noreply.github.com> Date: Tue, 19 Jul 2022 19:50:20 +0530 Subject: [PATCH] Pin sassc and libsasc to 3.6.1. Ref. https://github.com/themix-project/oomox/issues/293#issuecomment-608364615 --- com.github.themix_project.Oomox.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com.github.themix_project.Oomox.json b/com.github.themix_project.Oomox.json index b784829..eb138f5 100644 --- a/com.github.themix_project.Oomox.json +++ b/com.github.themix_project.Oomox.json @@ -133,14 +133,14 @@ "sources": [ { "type": "archive", - "url": "https://github.com/sass/libsass/archive/refs/tags/3.6.5.tar.gz", - "sha256": "89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582", + "url": "https://github.com/sass/libsass/archive/refs/tags/3.6.1.tar.gz", + "sha256": "18d6e866ba2430cccae2551f384aca253a84592c692ce7146550f1d4f273b7d7", "dest": "./deps/libsass/" }, { "type": "archive", - "url": "https://github.com/sass/sassc/archive/refs/tags/3.6.2.tar.gz", - "sha256": "608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03", + "url": "https://github.com/sass/sassc/archive/refs/tags/3.6.1.tar.gz", + "sha256": "8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60", "dest": "./deps/sassc/" } ]