Skip to content

Commit 9801de4

Browse files
authored
Merge pull request #255758 from Homebrew/bump-sprocket-0.19.0
sprocket 0.19.0
2 parents 124f89f + 5e2105d commit 9801de4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/sprocket.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Sprocket < Formula
33
homepage "https://sprocket.bio"
44
# pull from git tag to get submodules
55
url "https://github.com/stjude-rust-labs/sprocket.git",
6-
tag: "v0.18.0",
7-
revision: "3f19960e232ac96af539ab8aeda7a8101832d213"
6+
tag: "v0.19.0",
7+
revision: "9b96d4f62e08c32bd4ba607fa2ce356a4748408a"
88
license any_of: ["Apache-2.0", "MIT"]
99
head "https://github.com/stjude-rust-labs/sprocket.git", branch: "main"
1010

@@ -14,12 +14,12 @@ class Sprocket < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any, arm64_tahoe: "a918c88d1763c710a25b4f8c5f1948d8e3ef2a691fc0648d34bdb2985aa62f6f"
18-
sha256 cellar: :any, arm64_sequoia: "c5e4197d5538054f53c52d913b76279418b17f4fb9d21eaa3df0f2a5f2185208"
19-
sha256 cellar: :any, arm64_sonoma: "c54e8c7d944f5bdc3629e9570514683671f643e03c56c0278b1f9a091a4ff6d0"
20-
sha256 cellar: :any, sonoma: "716ad267bcb384d7426b5400da2aeff12248d2f14058a33acf607641104262da"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "5cd2e170f6047a11b389b3fad33d2678b35909e6bb9271221bb1440f5cc62d3b"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e5f9aa2bb7563e48898cb0562e5b03909dceb53d0dbec30419af68ce81603cb4"
17+
sha256 cellar: :any, arm64_tahoe: "6f3bc4b2da43f700dde84628949ba1bf80e51d061fd11b8e9faf510b6d15fd03"
18+
sha256 cellar: :any, arm64_sequoia: "ecec9312863b3a93b683b59785eaf5fd16fa50cd14623c09db06afb357c4ede7"
19+
sha256 cellar: :any, arm64_sonoma: "d3b04b0e1f11a9b3c9b49e0facfde8235ea5baa0dd59f6af36958d7d86ad69bf"
20+
sha256 cellar: :any, sonoma: "1342f28157a7991ba1a508a4996d8ce68c0b7ccc1e22fef8e64d0ac6c7129e81"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "7d4577d496666cff0468ca0353a99f531dce5b4821f1b1c8add75c7bf228e924"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ed50f47b1b7b9030d1af1a1fe0b4b58636c4c8ccac5a4becec2131036c74da2"
2323
end
2424

2525
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)