ScoopInstaller_Main/bucket/dart-sass-embedded.json
2022-12-20 00:33:59 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.57.1",
"description": "A wrapper for Dart Sass that implements the compiler side of the Embedded Sass protocol",
"homepage": "https://github.com/sass/dart-sass-embedded",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.56.1/sass_embedded-1.56.1-windows-ia32.zip",
"hash": ""
},
"64bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.57.1/sass_embedded-1.57.1-windows-ia32.zip",
"hash": "729a0c3ae9ad09e1947dc9f19b19e9969797d835b32561bd55aad964f0c99eb3"
}
},
"bin": "sass_embedded\\dart-sass-embedded.bat",
"checkver": {
"github": "https://github.com/sass/dart-sass-embedded"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-ia32.zip"
},
"arm64": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-x64.zip"
}
}
}
}