diff --git a/bucket/chroma.json b/bucket/chroma.json index fc0913c04e..7d99fa6ebe 100644 --- a/bucket/chroma.json +++ b/bucket/chroma.json @@ -1,16 +1,16 @@ { - "version": "0.9.4", + "version": "0.10.0", "description": "A general purpose syntax highlighter in pure Go", "homepage": "https://github.com/alecthomas/chroma", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.9.4/chroma-0.9.4-windows-amd64.tar.gz", - "hash": "4e66ef2452550e377b71dc3dac8ef830bd832d6011d76730dbca88c47a0bbe7c" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-amd64.tar.gz", + "hash": "54fc2376b1c34bb6f839937c0d073df3e84ac02f49506528cdaca31bbeaa23d1" }, "32bit": { - "url": "https://github.com/alecthomas/chroma/releases/download/v0.9.4/chroma-0.9.4-windows-386.tar.gz", - "hash": "5b506899afbf80dbd369e574f190fdc68e6bac042fe5e3e01627a4ed086cc050" + "url": "https://github.com/alecthomas/chroma/releases/download/v0.10.0/chroma-0.10.0-windows-386.tar.gz", + "hash": "b5120744c154a0b6a8fc5a7599ec15dbc6f773681ede68b77ee28ac02bf56a47" } }, "bin": "chroma.exe",