2024-10-30 00:36:07 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.80.5",
"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.80.5/dart-sass-1.80.5-windows-x64.zip",
"hash": "83c6d1c0fbbb62d9d06f73eb60817c3ef704228b1ee0c1bf96de9a9d6d1d6f6d"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.80.5/dart-sass-1.80.5-windows-ia32.zip",
"hash": "8bd7ac4bac3010f660ed2f63fddedcfceb8baef56693411713bda3c35b9383c0"
}
},
"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"
}
}
}
}