Skip to content

Commit

Permalink
Merge pull request #136764 from chenrui333/bump-jj-0.8.0
Browse files Browse the repository at this point in the history
jj 0.8.0
  • Loading branch information
BrewTestBot authored Jul 16, 2023
2 parents b73b309 + af45723 commit 26c5409
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/jj.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
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.7.0.tar.gz"
sha256 "85e73cde738a2b92aeb253ee3a29f113589c19ad11d4244a14e2d0ca5fbfb3c7"
url "https://github.com/martinvonz/jj/archive/refs/tags/v0.8.0.tar.gz"
sha256 "636661cb4eb8248ae98c443bd72464de9b6a150175388559ccb321f2461011f1"
license "Apache-2.0"
head "https://github.com/martinvonz/jj.git", branch: "main"

bottle do
rebuild 1
sha256 cellar: :any, arm64_ventura: "58dda95cf54e78ea0d21e1672048dca382bf04b03ad96ed2c7e54e4781e3df7f"
sha256 cellar: :any, arm64_monterey: "f35af76fd39dca3bd71d0a0fe0e393c2c95f9c9d6555f8f23fee1cdbcea8a698"
sha256 cellar: :any, arm64_big_sur: "d957be7c9363c8986797b1830aca5923534dacad7ba84a774c8e225aaa5337f9"
sha256 cellar: :any, ventura: "1f46dc6823240920cc589a7b802054e75fa7887e7c1d1a313656726581eaf99c"
sha256 cellar: :any, monterey: "352cd6e9a1ff12beb3201c625dcfff8e4e000a5c6ea3ae569f2b4a93f838a579"
sha256 cellar: :any, big_sur: "65a096a8bf89082043e4505535fe6193eac37c9555e26c3d0233ebd85d22f4e4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3b06731b08b3ac4d6ee5e50dd97775fcbfe06bed4f2a7cca7692a09baf34c7f"
sha256 cellar: :any, arm64_ventura: "94d818bdaf9b483fcc2bbb082d36f78932ebfe99a133f6e412f041f01906a5c1"
sha256 cellar: :any, arm64_monterey: "bd01f7149aa7ad6904953c0a4d513c529299457c9fcc6deba7d8c324e621a393"
sha256 cellar: :any, arm64_big_sur: "09708cb6bf10a7d1dbdcfcdfe541ebfd5ac758b5e90da636ea25a8e2c8fec840"
sha256 cellar: :any, ventura: "0698a6fbe84ed51f3376d984c3355447758051df3f19ba447eb17d2a80475e14"
sha256 cellar: :any, monterey: "234f106919e24c8ce55565063e7ad625b06f0b367a71fab6010aca1a9d5a3cf8"
sha256 cellar: :any, big_sur: "0ac86653132e231a64867af7f26c532c6379e51f9bfab137fe10660c9bde82b4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "219dfbf9af292642059302d469c333268253589bd8947d387004225754d6a232"
end

depends_on "rust" => :build
Expand All @@ -27,7 +26,8 @@ class Jj < Formula

def install
system "cargo", "install", "--no-default-features", "--bin", "jj", *std_cargo_args
generate_completions_from_executable(bin/"jj", "debug", "completion", shell_parameter_format: :flag)
generate_completions_from_executable(bin/"jj", "util", "completion", shell_parameter_format: :flag)
(man1/"jj.1").write Utils.safe_popen_read(bin/"jj", "util", "mangen")
end

test do
Expand Down

0 comments on commit 26c5409

Please sign in to comment.