From: Bjørn Erik Pedersen Date: Tue, 15 Nov 2022 17:21:08 +0000 (+0100) Subject: deps: Update the libweb version string X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e00220a06;p=brevno-suite%2Fhugo deps: Update the libweb version string --- diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go index 5f51d2be2..0a79576f3 100644 --- a/common/hugo/hugo.go +++ b/common/hugo/hugo.go @@ -198,7 +198,7 @@ func GetDependencyList() []string { deps, // 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"), + formatDep("github.com/webmproject/libwebp", "v1.2.4"), ) }