vcpkg/ports/sassc/vcpkg.json
chausner 5555bffe84
[sassc] Update to 3.6.2 (#20913)
* Update sassc to 3.6.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 22:36:39 -07:00

11 lines
348 B
JSON

{
"name": "sassc",
"version": "3.6.2",
"description": "SassC is a wrapper around libsass (http://github.com/sass/libsass) used to generate a useful command-line application that can be installed and packaged for several operating systems.",
"homepage": "https://github.com/sass/sassc",
"dependencies": [
"getopt",
"libsass"
]
}