2023-04-26 00:34:14 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.62.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.62.1/dart-sass-1.62.1-windows-x64.zip",
"hash": "a677db9069462be0023fc88adb2b841b0c60c710c33bbddd193bbbcf6f17ea80"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.62.1/dart-sass-1.62.1-windows-ia32.zip",
"hash": "9360d731520c0de996f4be7d1f1aabcd403435f1ede548a10bfc6fb13e44b6d9"
}
},
"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"
}
}
}
}