2022-01-06 04:29:15 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.46.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.46.0/dart-sass-1.46.0-windows-x64.zip",
"hash": "674cdb3fdac1cb499f51e6d12fd4c08366c9c6c9efaad068f4df3f5be24ea781"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.46.0/dart-sass-1.46.0-windows-ia32.zip",
"hash": "ad44ae2b3e11b469d3f6eae10c1271656ec732c125441d84ca5bda0c98e31907"
}
},
"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"
}
}
}
}