Skip to content

Commit

Permalink
Merge pull request #177874 from Homebrew/bump-libproxy-0.5.8
Browse files Browse the repository at this point in the history
libproxy 0.5.8
  • Loading branch information
BrewTestBot authored Jul 20, 2024
2 parents a097200 + 4192324 commit 1dfeae6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/lib/libproxy.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Libproxy < Formula
desc "Library that provides automatic proxy configuration management"
homepage "https://libproxy.github.io/libproxy/"
url "https://github.com/libproxy/libproxy/archive/refs/tags/0.5.7.tar.gz"
sha256 "ca64b28a014cffde43f4052ec78b25a8a0f1aa4d78da721c605d64b1591e78dd"
url "https://github.com/libproxy/libproxy/archive/refs/tags/0.5.8.tar.gz"
sha256 "64e363855012175bf796b37cacddf7bc7e08af0bf406eea94b549ce207987d3e"
license "LGPL-2.1-or-later"
head "https://github.com/libproxy/libproxy.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "b8330070a5e67629f94ce78ed2ea9a84fcbc5fb3516519b770593faf8c018ab7"
sha256 cellar: :any, arm64_ventura: "24435db5959aa7030a256f5a67922dee9c2ef43941b11e840a4775ed53af0a29"
sha256 cellar: :any, arm64_monterey: "9afc1a1ebb74d35e51acfdf58ea81ce74feb67b681e0d233a366c4b0b7fa1944"
sha256 cellar: :any, sonoma: "c8804ddb7bb74cc4aff3f01502037828cd6feb13a796b822b64980006d2f3c26"
sha256 cellar: :any, ventura: "61609789916820fff179eeaf4b6e0e2b4fc9093a4ccdb2adf1b1650e051836ed"
sha256 cellar: :any, monterey: "d059725a935d953883006a83053743355abd3dd9ffa9bd179fc4615f98b26d0b"
sha256 x86_64_linux: "ddd70a1cd59f21f5b91aaf022f13e4fb744a19b82d7b752ebb2aef03e408f809"
sha256 cellar: :any, arm64_sonoma: "8502495b79120ea9ad1b682050a5301035ec705e579b297e17080d155578b386"
sha256 cellar: :any, arm64_ventura: "a7fe2b0cdf6f3c21381ac5e069f81b699e750c8df561b2d2853998acb684cb14"
sha256 cellar: :any, arm64_monterey: "028921c7f386ae5e359672b3328e90f853b17a1388175e2ea334af84d24d5530"
sha256 cellar: :any, sonoma: "329c947ca753ff82b6eeb1582229f1eee3a445a313bd8f3a08d9411d0c986eac"
sha256 cellar: :any, ventura: "a582a209110cef3e51b0e0de3d4c95c61f813db3056b81b67a7c0500f0d3c952"
sha256 cellar: :any, monterey: "762d7caf7527a710c572fc7e8991183707f8a6f6dbd04ef0ae00f53c9e68ff24"
sha256 x86_64_linux: "b965dcf27682322b59b42ebb46206910ffa3c6b6d1abae45f119bd6c688ef98c"
end

depends_on "gobject-introspection" => :build
Expand Down

0 comments on commit 1dfeae6

Please sign in to comment.