From 833711c04baa6472ebadf3d6e673379ec91b4e2b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 1 Nov 2024 15:09:37 -0400 Subject: [PATCH 1/2] jprq 2.4 autobump: add jprq Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/j/jprq.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 1c921b1f6c9f..ae2048d650a3 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1358,6 +1358,7 @@ jose jp2a jpeg-turbo jpeg-xl +jprq jql jr jreleaser diff --git a/Formula/j/jprq.rb b/Formula/j/jprq.rb index babec3d84832..96fe6b64c4e9 100644 --- a/Formula/j/jprq.rb +++ b/Formula/j/jprq.rb @@ -1,8 +1,8 @@ class Jprq < Formula desc "Join Public Router, Quickly" homepage "https://jprq.io/" - url "https://github.com/azimjohn/jprq/archive/refs/tags/2.3.tar.gz" - sha256 "b134d981e37dae05cd3d1a5451fdf63d7ef1b8b23ec4cc99bdbcd4951bfdbf13" + url "https://github.com/azimjohn/jprq/archive/refs/tags/2.4.tar.gz" + sha256 "a3fc5a804851129c79a02deb3e5b7f5b84c0f351d688ca0088b571407399ff30" license "BSD-3-Clause" head "https://github.com/azimjohn/jprq.git", branch: "master" From 8f4e712e0a0f710ed0486a730c164e76f1985a8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:32:59 +0000 Subject: [PATCH 2/2] jprq: update 2.4 bottle. --- Formula/j/jprq.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/j/jprq.rb b/Formula/j/jprq.rb index 96fe6b64c4e9..1b66e72c8104 100644 --- a/Formula/j/jprq.rb +++ b/Formula/j/jprq.rb @@ -7,14 +7,12 @@ class Jprq < Formula head "https://github.com/azimjohn/jprq.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "405bae408ae0f4b6cc16b2397fad514dfbc78615775a9505dd157fef0e412a54" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2ac3c91e30779722a50d98b44dd8b29d33ce020676761b232d0100c27c8e97e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "66a0567935070ced5c8a72278654c0c5dfc1980943896e61bc94530c90c36a06" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c566cb561847a5bbdcba4320d510ae68654e669c48565c8c654cf2dc012ec9cb" - sha256 cellar: :any_skip_relocation, sonoma: "15827109152237c45fb1f6fee0bb37a82a4dcbc7a45f87b07b51c68ad7d48f37" - sha256 cellar: :any_skip_relocation, ventura: "0f3bf8f6cf6e2bd8821fbc247206803ee620b30a351ee3d859833103fac4c8f5" - sha256 cellar: :any_skip_relocation, monterey: "21cd98befecfacea7c5748e419c81ddb31135871cf7c6cddb8a00f6060c92136" - sha256 cellar: :any_skip_relocation, x86_64_linux: "aefa837e3b7be3ecb446440d740fb2a84dab6a73f5382ae140971ec2d3c2f19c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "dccb9dad79cf8951cceb2c9d53e25a393b796bcf34470f538715054fc1005236" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dccb9dad79cf8951cceb2c9d53e25a393b796bcf34470f538715054fc1005236" + sha256 cellar: :any_skip_relocation, arm64_ventura: "dccb9dad79cf8951cceb2c9d53e25a393b796bcf34470f538715054fc1005236" + sha256 cellar: :any_skip_relocation, sonoma: "d0061191f55e023d50c1bc33534c827564d6f1e9dbf82e5adabf6fac707eccd0" + sha256 cellar: :any_skip_relocation, ventura: "d0061191f55e023d50c1bc33534c827564d6f1e9dbf82e5adabf6fac707eccd0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e246f6c4571348c952e771002559477ef11baf395722922e74038113a20ea012" end depends_on "go" => :build