mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
sass: Update to version 1.92.1, drop 32bit, add arm64 (#7166)
This commit is contained in:
parent
962f134fa1
commit
a97a478ef4
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.89.0",
|
||||
"version": "1.92.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.89.0/dart-sass-1.89.0-windows-x64.zip",
|
||||
"hash": "ec5ba62bf4b9bd8bd3c460d5e7009dc28ca860337527958947dcf45f83b0a161"
|
||||
"url": "https://github.com/sass/dart-sass/releases/download/1.92.1/dart-sass-1.92.1-windows-x64.zip",
|
||||
"hash": "eab512e794b0f8baddacbdf8da0810fb374f519c28f257d5d67bd7670dc331ea"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/sass/dart-sass/releases/download/1.89.0/dart-sass-1.89.0-windows-ia32.zip",
|
||||
"hash": "0ea890789b4d47732b2113eedfa6c18259c9ceaf9d445ac6aaa82474baf9b7c9"
|
||||
"arm64": {
|
||||
"url": "https://github.com/sass/dart-sass/releases/download/1.92.1/dart-sass-1.92.1-windows-arm64.zip",
|
||||
"hash": "3d3320453a8295f75fa98b816d5c5fa2d6ffbef773bbd74017959d610c3890ec"
|
||||
}
|
||||
},
|
||||
"extract_dir": "dart-sass",
|
||||
@ -29,8 +29,8 @@
|
||||
"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"
|
||||
"arm64": {
|
||||
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-arm64.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user