mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
deps: Update the libweb version string
This commit is contained in:
parent
a662ddae13
commit
e00220a06a
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue