Skip to content

Commit

Permalink
Merge pull request #196389 from Homebrew/bump-jprq-2.4
Browse files Browse the repository at this point in the history
jprq 2.4
  • Loading branch information
BrewTestBot authored Nov 1, 2024
2 parents 7f0e390 + 8f4e712 commit 006c98e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,7 @@ jose
jp2a
jpeg-turbo
jpeg-xl
jprq
jql
jr
jreleaser
Expand Down
18 changes: 8 additions & 10 deletions Formula/j/jprq.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
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"

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
Expand Down

0 comments on commit 006c98e

Please sign in to comment.