diff --git a/cargo-binstall.hcl b/cargo-binstall.hcl index c9fa2792..5144a212 100644 --- a/cargo-binstall.hcl +++ b/cargo-binstall.hcl @@ -14,7 +14,7 @@ platform "linux" "arm64" { } version "1.6.4" "1.6.5" "1.6.6" "1.6.7" "1.6.8" "1.6.9" "1.7.0" "1.7.1" "1.7.2" "1.7.3" - "1.7.4" "1.8.0" "1.9.0" "1.10.0" "1.10.2" { + "1.7.4" "1.8.0" "1.9.0" "1.10.0" "1.10.2" "1.10.3" { auto-version { github-release = "cargo-bins/cargo-binstall" } @@ -51,4 +51,6 @@ sha256sums = { "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.0/cargo-binstall-x86_64-unknown-linux-gnu.tgz": "4f7d8b1b6ffbca32c871a72d9865a529b37a37f395efca58c2a4e8f2dd21d57b", "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.2/cargo-binstall-universal-apple-darwin.zip": "b3becd43c8088714f179abbd04ca70702178655291c04d4d3ba7c81d75997e3f", "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.2/cargo-binstall-x86_64-unknown-linux-gnu.tgz": "91e87c965002d0a017ba08adcc8a2e7c3b123021d0e0c14358eddb031aed8798", + "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.3/cargo-binstall-universal-apple-darwin.zip": "40226b7e1f5411d9e07d67dc586fa230885e9e520b75810fecf2bf88f2d07419", + "https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.3/cargo-binstall-x86_64-unknown-linux-gnu.tgz": "09ef3d0618bf5859be7ef92bccc8902720e39a915b930aa17d89bac3461f5397", } diff --git a/gren.hcl b/gren.hcl index 5c482988..9a7646f8 100644 --- a/gren.hcl +++ b/gren.hcl @@ -22,7 +22,7 @@ on "unpack" { } } -version "0.2.1" "0.3.0" "0.4.0" "0.4.3" "0.4.4" { +version "0.2.1" "0.3.0" "0.4.0" "0.4.3" "0.4.4" "0.4.5" { auto-version { github-release = "gren-lang/compiler" } @@ -39,4 +39,6 @@ sha256sums = { "https://github.com/gren-lang/compiler/releases/download/0.4.3/gren_mac": "362b7e36e46e1593ce7d1fd41cbf6d60ea73c474377706dc0696757d78be0e97", "https://github.com/gren-lang/compiler/releases/download/0.4.4/gren_mac": "739729d6c79ae07b74b2b5e88170c85a62670fe8879937e4e72d05a70025fec4", "https://github.com/gren-lang/compiler/releases/download/0.4.4/gren_linux": "de85f0da5058052a69813bfead63e663a1e6e29fd5d875e60feb256a26851e22", + "https://github.com/gren-lang/compiler/releases/download/0.4.5/gren_linux": "7ade44286fd9fe48ae4ca7c8cb24dfe652a053a4803f2e3b8ad50e9fae7b5beb", + "https://github.com/gren-lang/compiler/releases/download/0.4.5/gren_mac": "668712403e019ff47397c910a7d8880e18ab5184042e08ecc9cda059917b7f9e", }