2021-09-09 21:18:23 -07:00

38 lines
1.2 KiB
JSON

{
"version": "1.39.2",
"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.39.2/dart-sass-1.39.2-windows-x64.zip",
"hash": "ffbaeb80c6e30f0b0d3c268cd7a54daa64ed4426621113675790846a96b0d7b4"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.39.2/dart-sass-1.39.2-windows-ia32.zip",
"hash": "11675aa96987d694a708ebdf7f7e22716dadb9acddac2d2e395d0e9e865e61b5"
}
},
"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"
}
}
}
}