2020-10-30 08:46:27 +01:00

38 lines
1.2 KiB
JSON

{
"version": "1.28.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.28.0/dart-sass-1.28.0-windows-x64.zip",
"hash": "6dcaf6a98ac19e5de1f6eff43419f8d757a770125a75cd6dfe68be8214cc9d76"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.28.0/dart-sass-1.28.0-windows-ia32.zip",
"hash": "6a5a83586fb0f5f0335ca056d5bbf2ba9c976c68abe69cd60699a8e4660a090b"
}
},
"extract_dir": "dart-sass",
"bin": [
"sass.bat",
[
"sass.bat",
"dart-sass"
]
],
"checkver": {
"github": "https://github.com/sass/dart-sass"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-ia32.zip"
}
}
}
}