diff --git a/mise.lock b/mise.lock new file mode 100644 index 0000000..6b5061c --- /dev/null +++ b/mise.lock @@ -0,0 +1,65 @@ +# @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html + +[[tools.hugo-extended]] +version = "0.159.1" +backend = "aqua:gohugoio/hugo/hugo-extended" + +[tools.hugo-extended."platforms.linux-arm64"] +checksum = "sha256:210c5e22631fa6a6bad3b6c623f8997a70d2ac306d61ca326d5f31753165779d" +url = "https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_0.159.1_linux-arm64.tar.gz" + +[tools.hugo-extended."platforms.linux-arm64-musl"] +checksum = "sha256:210c5e22631fa6a6bad3b6c623f8997a70d2ac306d61ca326d5f31753165779d" +url = "https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_0.159.1_linux-arm64.tar.gz" + +[tools.hugo-extended."platforms.linux-x64"] +checksum = "sha256:cded0ffbc7540c5cee330c2ad24d678a0d4a693e9c590cc05c1d1d5556a21aa4" +url = "https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_0.159.1_linux-amd64.tar.gz" + +[tools.hugo-extended."platforms.linux-x64-musl"] +checksum = "sha256:cded0ffbc7540c5cee330c2ad24d678a0d4a693e9c590cc05c1d1d5556a21aa4" +url = "https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_0.159.1_linux-amd64.tar.gz" + +[tools.hugo-extended."platforms.macos-arm64"] +checksum = "sha256:8f8d93ac3562e688b2a86af3d0b07685e2d54993c5451d7b594571975692ab6f" +url = "https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_0.159.1_darwin-universal.pkg" + +[tools.hugo-extended."platforms.macos-x64"] +checksum = "sha256:8f8d93ac3562e688b2a86af3d0b07685e2d54993c5451d7b594571975692ab6f" +url = "https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_0.159.1_darwin-universal.pkg" + +[tools.hugo-extended."platforms.windows-x64"] +checksum = "sha256:8d3df3a3ad0cb23fd567dc5b6c2ad63f56e6894042bf4d40806b5c2d4614de89" +url = "https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_extended_0.159.1_windows-amd64.zip" + +[[tools.lychee]] +version = "0.24.2" +backend = "aqua:lycheeverse/lychee" + +[tools.lychee."platforms.linux-arm64"] +checksum = "sha256:5d0b0e3aeab240f41920c633a6eaf97599be6eedda034b36e858ede7dba5e535" +url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-unknown-linux-musl.tar.gz" + +[tools.lychee."platforms.linux-arm64-musl"] +checksum = "sha256:5d0b0e3aeab240f41920c633a6eaf97599be6eedda034b36e858ede7dba5e535" +url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-unknown-linux-musl.tar.gz" + +[tools.lychee."platforms.linux-x64"] +checksum = "sha256:73657a111819a30c47c08352896796f23d64e4eb2b3ed39b6d32149241566fc5" +url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-unknown-linux-musl.tar.gz" + +[tools.lychee."platforms.linux-x64-musl"] +checksum = "sha256:73657a111819a30c47c08352896796f23d64e4eb2b3ed39b6d32149241566fc5" +url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-unknown-linux-musl.tar.gz" + +[tools.lychee."platforms.macos-arm64"] +checksum = "sha256:c9d3740ea2d891854d37116c9fba840f37b6e7c89d330e7db84ac333631c4977" +url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-apple-darwin.tar.gz" + +[tools.lychee."platforms.macos-x64"] +checksum = "sha256:887503a9cff667d322b8d0892b40bf49976eb9507af8483220a3706cdad55978" +url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-apple-darwin.tar.gz" + +[tools.lychee."platforms.windows-x64"] +checksum = "sha256:32975d1493ee1a975d6bb41e4fb56fe419cb442ded628bb772ba2e614acfacad" +url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-pc-windows-msvc.zip" diff --git a/mise.toml b/mise.toml index 68a6a3c..4363091 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -hugo-extended = "0.161.0" +hugo-extended = "0.159.1" lychee = "latest" [vars]