deps: Update to LibSASS 3.6.5

See https://github.com/sass/libsass/releases/tag/3.6.5
This commit is contained in:
Bjørn Erik Pedersen
2021-05-23 10:05:23 +02:00
parent f518b4f71e
commit bc1e05286a
3 changed files with 5 additions and 2 deletions

View File

@@ -122,7 +122,8 @@ func GetDependencyList() []string {
if IsExtended {
deps = append(
deps,
formatDep("github.com/sass/libsass", "3.6.4"),
// TODO(bep) consider adding a DepsNonGo() method to these upstream projects.
formatDep("github.com/sass/libsass", "3.6.5"),
formatDep("github.com/webmproject/libwebp", "v1.2.0"),
)
}