Skip to content

Commit 17ebf03

Browse files
authored
Merge pull request #217539 from Homebrew/bump-jaguar-1.50.3
jaguar 1.50.3
2 parents b4d5b18 + d9ce6fc commit 17ebf03

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/j/jaguar.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Jaguar < Formula
22
desc "Live reloading for your ESP32"
33
homepage "https://toitlang.org/"
4-
url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.50.2.tar.gz"
5-
sha256 "a41109c49a2eeb0cbaffa752353968194867506aee9476a1e8b46184e1ad5fd4"
4+
url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.50.3.tar.gz"
5+
sha256 "d3ce88689b316cae68f52a74cd8d3644be736ff3d8f2f6635c0cd2790d72b942"
66
license "MIT"
77
head "https://github.com/toitlang/jaguar.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Jaguar < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "380c00f5e703891009915fa028897df8a028837a5a5bb75f74a5117355a0f1d4"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "380c00f5e703891009915fa028897df8a028837a5a5bb75f74a5117355a0f1d4"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "380c00f5e703891009915fa028897df8a028837a5a5bb75f74a5117355a0f1d4"
18-
sha256 cellar: :any_skip_relocation, sonoma: "5ecd1b6716bcb2e541f6af04da9e0e1fccdd0550b4f3564efca5146364f986e4"
19-
sha256 cellar: :any_skip_relocation, ventura: "5ecd1b6716bcb2e541f6af04da9e0e1fccdd0550b4f3564efca5146364f986e4"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c98d49bf94d9c854550bc0f78d2f007acabf90f07deec70b65d4811fbe71c584"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e052bb835cbf63e00b24e4d1340c2b2baafbbd0aac7d5547ea2a9831375bf111"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e052bb835cbf63e00b24e4d1340c2b2baafbbd0aac7d5547ea2a9831375bf111"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e052bb835cbf63e00b24e4d1340c2b2baafbbd0aac7d5547ea2a9831375bf111"
18+
sha256 cellar: :any_skip_relocation, sonoma: "dc869fa3693126de9a69d7c22d065b9835fcb45e1c5e03d5c30d4631a0394343"
19+
sha256 cellar: :any_skip_relocation, ventura: "dc869fa3693126de9a69d7c22d065b9835fcb45e1c5e03d5c30d4631a0394343"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb8600e7dac9b0a31a6adf44cfa655e91d761e20bf7457259530a9767b00aae0"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)