2021-05-12 23:51:13 -07:00

38 lines
1.2 KiB
JSON

{
"version": "1.32.13",
"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.32.13/dart-sass-1.32.13-windows-x64.zip",
"hash": "446911986d0d4f5d096ffafb475420ec81e5a812701f051af48ae677d48afe04"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.32.13/dart-sass-1.32.13-windows-ia32.zip",
"hash": "cfe4f7070da9f64b4bccc7e7f4e588650b46629d2f71023ba2840aa33f78ee01"
}
},
"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"
}
}
}
}