2020-11-05 09:45:00 +01:00

38 lines
1.2 KiB
JSON

{
"version": "1.29.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.29.0/dart-sass-1.29.0-windows-x64.zip",
"hash": "1dbcd4277d528c4272de93975a4a0341d0c85526296b62446ff2f97c69f66603"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.29.0/dart-sass-1.29.0-windows-ia32.zip",
"hash": "9c68d8374a55743afbd52f39c9cd926acf5b07ca9e6061aa00d1c38f0876c35b"
}
},
"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"
}
}
}
}