ScoopInstaller_Main/bucket/dart-sass-embedded.json
2023-04-07 00:35:53 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.61.0",
"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.61.0/sass_embedded-1.61.0-windows-ia32.zip",
"hash": "4d6cd865464cbea740ec8053f5846878830660d57602f56327aaaa0da8d7f671"
},
"64bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.61.0/sass_embedded-1.61.0-windows-x64.zip",
"hash": "2228c56e143bc1ac70ad5c2a37ead0668570a286871351425ed9705e56fb7db7"
}
},
"bin": "sass_embedded\\dart-sass-embedded.bat",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-ia32.zip"
},
"64bit": {
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-x64.zip"
}
}
}
}