Skip to content

Commit db8779b

Browse files
authored
Merge pull request #246554 from Homebrew/bump-jj-0.34.0
jj 0.34.0
2 parents d87195e + 903a054 commit db8779b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/j/jj.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Jj < Formula
22
desc "Git-compatible distributed version control system"
33
homepage "https://github.com/jj-vcs/jj"
4-
url "https://github.com/jj-vcs/jj/archive/refs/tags/v0.33.0.tar.gz"
5-
sha256 "1b8f6bdbcf8e53d6d873c8677154fe8e3f491e67b07b408c0c7418cc37ab39ee"
4+
url "https://github.com/jj-vcs/jj/archive/refs/tags/v0.34.0.tar.gz"
5+
sha256 "9e8da8ec2951ec026a2afe956ad904bb691c050040f53c3e47cfe346ead2907e"
66
license "Apache-2.0"
77
head "https://github.com/jj-vcs/jj.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "567fc751812aa773c886329a89d3cab7670b1479d42332c50c45dc3be4100860"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8885660ce096610d3b81c6671eedfb19a4f022a64cc3f2b56b3b6c55dc468733"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6466fb832b6c3acefcd3a5ce8a578151e6badbcf71a86a2cf575a38c18ce3ce2"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "86a3fd20ac634bd7f0e29c5fcd888a4c7d3e507c443e208e9e3953b861083f4f"
14-
sha256 cellar: :any_skip_relocation, sonoma: "8c6cacd4679606ed26bddfc94df59fb0a6002add4fc8e81ab0a4bb9001d670e2"
15-
sha256 cellar: :any_skip_relocation, ventura: "6f3719f51380774665e54bece22995def7986c81bce52c1c11907bc7447ea073"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "e1975f55cec146d76cedf3062978da72b3b9ac7e5006adb6fb575bfa2b65a8cc"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "44bfa2bbf12d4f03a4747edaa0a9425abd51b8b89d5b8d2bc2f3d3a8be6cfb8e"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9754944f643dbc3d72af10999408feb468d25c5a079d29b3ad58ed3ba8a78021"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b12555d46ca04ecaa528ca64c8e8479a7f5aab1e12b746356744cf187ec3d880"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c9d71c32df6c9d47eb72b8f153dbcd7f4616d75421dd028dff80e0dde652bec"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4797a880b83b9786b3380b24b3c48ece323357d4bb1262982b8f2189b2d5309a"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "b86830469087d92df7c51e8938709ede6f26683e5cb3548dcacdf1b4116ad8e7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bee71a76c2fb69e98dc59d402242f9374c3b8fe5146d668689d493d4eba9e43f"
1816
end
1917

2018
depends_on "rust" => :build

0 commit comments

Comments
 (0)