From cd29352ef8d69f99681963098238a917538bf44c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 5 Jul 2024 03:33:37 +0000 Subject: [PATCH 1/2] jj 0.19.0 --- Formula/j/jj.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/jj.rb b/Formula/j/jj.rb index e561e3da1299c..aa52b48088cda 100644 --- a/Formula/j/jj.rb +++ b/Formula/j/jj.rb @@ -1,8 +1,8 @@ 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.18.0.tar.gz" - sha256 "4f81eed321c3aeeb1e0528250f49b703710ebf91ba18238dd46f97b9a59aaa98" + url "https://github.com/martinvonz/jj/archive/refs/tags/v0.19.0.tar.gz" + sha256 "d0b9db21894e65ec80fd7999f99023f1e65d15fa16b4ec76881247d9cd56dc55" license "Apache-2.0" head "https://github.com/martinvonz/jj.git", branch: "main" From e42081212dc21914051a475883c10754214a4c60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 5 Jul 2024 05:07:09 +0000 Subject: [PATCH 2/2] jj: update 0.19.0 bottle. --- Formula/j/jj.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/j/jj.rb b/Formula/j/jj.rb index aa52b48088cda..eb82aa0c2d782 100644 --- a/Formula/j/jj.rb +++ b/Formula/j/jj.rb @@ -7,13 +7,13 @@ class Jj < Formula head "https://github.com/martinvonz/jj.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sonoma: "dd178e23f06607faf1337086cb4c703f66b7fb9857c18ba71b37ed933bbfddb2" - sha256 cellar: :any, arm64_ventura: "34578e0f8af5af4aaaae2657e6a113e18604dedad9066aaba8f874b3116ad6c2" - sha256 cellar: :any, arm64_monterey: "8cfea5e8752208333423115ccafade833a312bacf7a4a10481dbc330926d5055" - sha256 cellar: :any, sonoma: "712ae3378a96ea4592bc181f10bb6d3512f2855e628a2053c468609245c97bda" - sha256 cellar: :any, ventura: "f26cfa8e3f627f8bf7127d8a935e7ffff16e68e555c25314b3a9e0a09b395c8d" - sha256 cellar: :any, monterey: "56fa62cef28bf3cbf859934be4d0339547a211e746ba204692d6106c1127253a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ae0525e2974df9365cbc702b119960d9c8458b0a93aa13c06deb54c98847b952" + sha256 cellar: :any, arm64_sonoma: "e9840ad0d07db532b0c6bfea0b8294cb133fd288b43dc4f4ce7ee56cfd5fe2d3" + sha256 cellar: :any, arm64_ventura: "021ee3e29a247ca68c15db0adad621405976ed98139f13c01698594dce36ce74" + sha256 cellar: :any, arm64_monterey: "ff6e426aa0e5d2323796c89e004df6d14332453ae3d87739fc6d74fe897b335c" + sha256 cellar: :any, sonoma: "ad719df2af8a19ae8c41cac84d1e0ef491ad04ddcb58d4d0d037e25bc9cd41e5" + sha256 cellar: :any, ventura: "d970bba97e8eca1647c31430d281bb328f7bad8bf529dcdd8de23f5db90fa244" + sha256 cellar: :any, monterey: "1dc0314c65a1190c0fcc70366e5debec0052b02c041b29e904205684929eac69" + sha256 cellar: :any_skip_relocation, x86_64_linux: "298c4c602e6914b399ac9c7b9ef26a0ebd1b0c04b93764d7cfd81e3d183adcbb" end depends_on "pkg-config" => :build