mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "1.49.9",
|
|
"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.49.9/dart-sass-1.49.9-windows-x64.zip",
|
|
"hash": "427cd208d5807a0496ad6d6419c8a8bdc7fef683b3438cb6ae8834635274a839"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.49.9/dart-sass-1.49.9-windows-ia32.zip",
|
|
"hash": "0848180d6fd377c20adf1c87fc5c6f49eb3680d880c412b3fbf9dfc8196dc69c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|