2022-06-03 04:29:36 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.52.2",
"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.52.2/dart-sass-1.52.2-windows-x64.zip",
"hash": "da730536fe6ee3e309ebf9138f80b13af8f4e7f1d69784d05d4f4c34e4a06ae1"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.52.2/dart-sass-1.52.2-windows-ia32.zip",
"hash": "da7c22b0fd3dc84e22b09ba42b90d69ccdc64f8ba3aece146486773ef19382b3"
}
},
"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"
}
}
}
}