Skip to content

Commit

Permalink
Bump go-check-sumtype
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Dec 12, 2024
1 parent 4d393e1 commit 77e845f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go-check-sumtype.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ binaries = ["go-check-sumtype"]
sha256-source = "https://github.com/alecthomas/go-check-sumtype/releases/download/v${version}/go-check-sumtype-${version}-checksums.txt"
source = "https://github.com/alecthomas/go-check-sumtype/releases/download/v${version}/go-check-sumtype-${version}-${os}-${arch}.tar.gz"

version "0.1.3" "0.1.4" "0.2.0" {
version "0.1.3" "0.1.4" "0.2.0" "0.3.0" {
auto-version {
github-release = "alecthomas/go-check-sumtype"
}
Expand All @@ -19,4 +19,7 @@ sha256sums = {
"https://github.com/alecthomas/go-check-sumtype/releases/download/v0.2.0/go-check-sumtype-0.2.0-darwin-amd64.tar.gz": "da3cefb884bef851dc9bf7c950a29fcbbb5d4148ba193da02b879a8fa46307b5",
"https://github.com/alecthomas/go-check-sumtype/releases/download/v0.2.0/go-check-sumtype-0.2.0-linux-amd64.tar.gz": "eed6aeeb512123ecf45accc167bd372a99f2b45e148c88451b05e8adc98e95f5",
"https://github.com/alecthomas/go-check-sumtype/releases/download/v0.2.0/go-check-sumtype-0.2.0-darwin-arm64.tar.gz": "f414ecea02e37c7d81c46376573f4fd41a3aeaccfe0a4a38d4a1a0b5e074e4b4",
"https://github.com/alecthomas/go-check-sumtype/releases/download/v0.3.0/go-check-sumtype-0.3.0-linux-amd64.tar.gz": "84520117091674928f1455d65402d631a5d2aac22d509647094a67a45058ae93",
"https://github.com/alecthomas/go-check-sumtype/releases/download/v0.3.0/go-check-sumtype-0.3.0-darwin-amd64.tar.gz": "697502e270a616cc426211fdf6b78a5b4ad2bb7721d0f573a6821da8dd5aa66c",
"https://github.com/alecthomas/go-check-sumtype/releases/download/v0.3.0/go-check-sumtype-0.3.0-darwin-arm64.tar.gz": "b0e4f6b99200287f5a39d951bb17ad80a38f91079810e1663ee9926bf94a93e9",
}

0 comments on commit 77e845f

Please sign in to comment.