Skip to content

Commit 439cb4c

Browse files
authored
chore: fix sha256 in brew formula (#144)
1 parent dfaa692 commit 439cb4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/homebrew/Formula/quickmark-cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ class QuickmarkCli < Formula
77
on_macos do
88
if Hardware::CPU.intel?
99
url "https://github.com/ekropotin/quickmark/releases/download/quickmark-cli%40#{version}/qmark-x86_64-apple-darwin.tar.gz"
10-
sha256 "sha256:90740f9c0632d8b1da4d00c9c6361c01eb9a72c074641f6952723e6583bbdd8d"
10+
sha256 "90740f9c0632d8b1da4d00c9c6361c01eb9a72c074641f6952723e6583bbdd8d"
1111
else
1212
url "https://github.com/ekropotin/quickmark/releases/download/quickmark-cli%40#{version}/qmark-aarch64-apple-darwin.tar.gz"
13-
sha256 "sha256:4466f54fd304d34d21dba7871a09d4d24df6c23f7cee48fae1f4a6a1f5466855"
13+
sha256 "4466f54fd304d34d21dba7871a09d4d24df6c23f7cee48fae1f4a6a1f5466855"
1414
end
1515
end
1616

0 commit comments

Comments
 (0)