2023-03-24 00:33:14 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.60.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.60.0/dart-sass-1.60.0-windows-x64.zip",
"hash": "5ee076eb7295aac1c99e234d0d14342a2ff88e6504d9eebbf1c42a43f4400b84"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.60.0/dart-sass-1.60.0-windows-ia32.zip",
"hash": "2895e7c143e20cb28b73b3387454eb1c8af31cab39211e408fea0912971bcc2b"
}
},
"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"
}
}
}
}