Skip to content

Commit

Permalink
Merge pull request #192649 from Homebrew/bump-jj-0.22.0
Browse files Browse the repository at this point in the history
jj 0.22.0
  • Loading branch information
BrewTestBot authored Oct 2, 2024
2 parents 4ff6efe + 154ff01 commit 6bacb81
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/j/jj.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Jj < Formula
desc "Git-compatible distributed version control system"
homepage "https://github.com/martinvonz/jj"
url "https://github.com/martinvonz/jj/archive/refs/tags/v0.21.0.tar.gz"
sha256 "c38d98d7db42f08b799f5c51f33cd8454867bc4862a15aa0897b72f2d32eea0a"
url "https://github.com/martinvonz/jj/archive/refs/tags/v0.22.0.tar.gz"
sha256 "ed49b1c01ee6086bb782a465a4437e2f1b66f43bcf39c231df2b261091ab114b"
license "Apache-2.0"
head "https://github.com/martinvonz/jj.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sequoia: "a624ce835eea8ce00f6e24610daddb3dcd6a1f2ba7922394d3580df5dd889b5f"
sha256 cellar: :any, arm64_sonoma: "480e79febb201bce9489537676ee8a1bcae7b9e6eb2aa2b56466f14bf19d2c8b"
sha256 cellar: :any, arm64_ventura: "3d3b0fe905ecf1b01e99d66fc81fbeb4bb5f09dad59e58ee87a17d60d64bddee"
sha256 cellar: :any, arm64_monterey: "d2384491e0b6d77154408cdc00a07aa66c2e15a515dd23360f65e2a60802e588"
sha256 cellar: :any, sonoma: "91a9c7edcd860d5fa2a1bb99c0c7ae13b3dcc550eca6d2caab8436749426bd4b"
sha256 cellar: :any, ventura: "ac373ee6f9c8d3a877d528849de2134d29ac57b62912f4b8d17be35e65ee6664"
sha256 cellar: :any, monterey: "44f7e8fcbefab6f8f700be5ef56af71a163d0dd6cd908a1a8f49c16e8abecd18"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7e940ba6143588d61d6339d8601888c8dde9fe887f21a5463c29448fdbfeacbc"
sha256 cellar: :any, arm64_sequoia: "ca729c593b4de7a68bf601cf4791f5f62283437e3e2c3ccbf1cc3b62c7492962"
sha256 cellar: :any, arm64_sonoma: "b8bf2630482af0134bc6d54e6dd542da452aad6767031bc19e02d139df789c37"
sha256 cellar: :any, arm64_ventura: "3a3274b55153eee0a1afb592169814dac795f47aa18698c483a7acd211e9a123"
sha256 cellar: :any, sonoma: "48d5223024f8212ab0d8fdd7b0298a9689c7b45ad598d7ee298ba569ac83be98"
sha256 cellar: :any, ventura: "013f3f483794574d33c3f21d3f24149af3440585dc997cb7a6116cf46b87bf70"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ce97b379ce2939ab3f4125e7b4ef6efeca7890d1f84b11c329ed8c6c584611c"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 6bacb81

Please sign in to comment.