2021-09-16 23:52:07 -07:00

38 lines
1.2 KiB
JSON

{
"version": "1.41.1",
"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.41.1/dart-sass-1.41.1-windows-x64.zip",
"hash": "c76aa5f680b9b49e437eca2cb37ae18549475d781ff9363e2518777158f13c49"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.41.1/dart-sass-1.41.1-windows-ia32.zip",
"hash": "89ea279ff47de4ea8fbc9e54d0b3a044158b0081ceec25ea5815d301d45f940a"
}
},
"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"
}
}
}
}