2022-06-22 20:28:28 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.53.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.53.0/dart-sass-1.53.0-windows-x64.zip",
"hash": "f8cbe638d3e4dd1ed70147f8ca7836d87aa7ed55f3c648dcb3bcf5c3e7c7b3bb"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.53.0/dart-sass-1.53.0-windows-ia32.zip",
"hash": "6ca30aa4073da0b09d44e2f05143d73f2ce4642be88461157ba403e7f4e327a9"
}
},
"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"
}
}
}
}