2024-02-21 04:26:22 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.71.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.71.1/dart-sass-1.71.1-windows-x64.zip",
"hash": "bb1a23015110ff22ea4900c1eb8ece8c9ab2ebb3df2973801019b2ad5bc3f6ce"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.71.1/dart-sass-1.71.1-windows-ia32.zip",
"hash": "97aee6b6e83a38ff0581c699c9e03209c1694eafc21cd51dd4722b80cd2c6292"
}
},
"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"
}
}
}
}