Skip to content

Commit 5f3af6e

Browse files
committed
fix(commitron): update sha256 checksum for release
Update the sha256 checksum for version 0.1.0 in the Commitron formula to ensure the integrity of the downloaded package. This change reflects the correct hash value after the release of the tarball.
1 parent 6c32e1c commit 5f3af6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/commitron.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Commitron < Formula
33
homepage "https://github.com/stiliajohny/commitron"
44
url "https://github.com/stiliajohny/commitron/archive/refs/tags/v0.1.0.tar.gz"
55
version "0.1.0"
6-
sha256 "45d8c8d78fce2f45e0bd048c641b74af2230d21293a96d7344673de3e7491d74"
6+
sha256 "e4bdbd6b4e285a4739c807d5add6033972ee13e155a93b17baa8333da96ada24"
77

88
depends_on "go" => :build
99

0 commit comments

Comments
 (0)