Skip to content

Commit 32d6cc7

Browse files
Update bufstream to v0.3.12 (#24)
Co-authored-by: emcfarlane <3036610+emcfarlane@users.noreply.github.com>
1 parent 1d82fda commit 32d6cc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/bufstream.rb

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class Bufstream < Formula
22
desc "Drop-in replacement for Apache Kafka with improved data quality and lower costs"
33
homepage "https://buf.build/product/bufstream"
4-
version "0.3.11"
4+
version "0.3.12"
55
url "https://buf.build/dl/bufstream/v#{version}/bufstream-v#{version}-Darwin-arm64" # Default URL for stable bottle generation
6-
sha256 "TODO" # Default SHA for the above URL
6+
sha256 "30b3f9169fcc9ac11043c9e9d81334659b97e49c07a15bf1c35a1c696e7eb65c" # Default SHA for the above URL
77

88
checksums = {
9-
"darwin-arm64" => "TODO",
10-
"darwin-x86_64" => "TODO",
11-
"linux-arm64" => "TODO",
12-
"linux-x86_64" => "TODO",
9+
"darwin-arm64" => "30b3f9169fcc9ac11043c9e9d81334659b97e49c07a15bf1c35a1c696e7eb65c",
10+
"darwin-x86_64" => "999c70572d9761b5edc1bc90ab9d6da0a766e8449765b06fe77b04d7e4858359",
11+
"linux-arm64" => "a2ed8582e728b63bfcb6117a4134ac80e118bdfa1f8566685cab3ec9ed5e3ac5",
12+
"linux-x86_64" => "d7111074ce5cba9827139884484f861dba53c6f1ca3be29f6f5d7247a2e45894",
1313
}
1414

1515
on_macos do

0 commit comments

Comments
 (0)