Skip to content

Commit

Permalink
Bump bit
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Nov 24, 2023
1 parent 9014ecf commit 88871e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bit.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test = "bit --help"
source = "https://github.com/alecthomas/bit/releases/download/v${version}/bit-${os}-${arch}.tar.gz"
sha256-source = "https://github.com/alecthomas/bit/releases/download/v${version}/checksums.txt"

version "0.0.1" "0.1.0" "0.3.0" "0.3.1" "0.3.2" "0.3.3" {
version "0.0.1" "0.1.0" "0.3.0" "0.3.1" "0.3.2" "0.3.3" "0.4.0" {
auto-version {
github-release = "alecthomas/bit"
}
Expand All @@ -29,4 +29,7 @@ sha256sums = {
"https://github.com/alecthomas/bit/releases/download/v0.3.3/bit-darwin-amd64.tar.gz": "b5751b412f354388852e4c63f26d55cc10a655fa08e9a5816ed17ccbca60cdd9",
"https://github.com/alecthomas/bit/releases/download/v0.3.3/bit-darwin-arm64.tar.gz": "52a48416369764e7a2da47679f06f5d373bc3c4f18ad4efde8ceaa14dd01d6b1",
"https://github.com/alecthomas/bit/releases/download/v0.3.3/bit-linux-amd64.tar.gz": "46b39286bb4fe91bbb55c815e5ebac46e141062c955f4e873b265f3f61fb483f",
"https://github.com/alecthomas/bit/releases/download/v0.4.0/bit-darwin-amd64.tar.gz": "356e1fed63d8fbfc61733d4e08568b41187e5ca8d9ffb5c727863956e612b4cc",
"https://github.com/alecthomas/bit/releases/download/v0.4.0/bit-linux-amd64.tar.gz": "6638be0a7e00e0b9149a3dbaa1a76443a58a05bb64aa6566c174c1997645af4f",
"https://github.com/alecthomas/bit/releases/download/v0.4.0/bit-darwin-arm64.tar.gz": "2786aedce65c1a39ffdfd04b6c6b718425124d484a16ea1db0e24dff50087ffb",
}

0 comments on commit 88871e0

Please sign in to comment.