Skip to content

Commit

Permalink
Merge pull request Homebrew#183370 from Homebrew/bump-libplctag-2.6.3
Browse files Browse the repository at this point in the history
libplctag 2.6.3
  • Loading branch information
BrewTestBot authored Sep 3, 2024
2 parents 2f7d86b + 141723b commit 0b7a640
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/lib/libplctag.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libplctag < Formula
desc "Portable and simple API for accessing AB PLC data over Ethernet"
homepage "https://github.com/libplctag/libplctag"
url "https://github.com/libplctag/libplctag/archive/refs/tags/v2.6.2.tar.gz"
sha256 "3f8f10031a143a9f2dd8bc4dec5c29f30ec44d886350fede4ccb19ddc24a8324"
url "https://github.com/libplctag/libplctag/archive/refs/tags/v2.6.3.tar.gz"
sha256 "ebbcd659d5137d1299780e49b139d1e991b5a731df6dca0d7130b58555673a6d"
license any_of: ["LGPL-2.0-or-later", "MPL-2.0"]

livecheck do
Expand All @@ -11,13 +11,13 @@ class Libplctag < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "ad26469fbf96790a3c93a09b0e2b2a34b79f961bded06117fe76df0dfcd7d284"
sha256 cellar: :any, arm64_ventura: "46cee404b06900051da101a1e1bb412b9f033d504637f8a7646483c70bf26d3d"
sha256 cellar: :any, arm64_monterey: "e41238e6b0b938e29c86d5a388771fe24d11451aca9743f805ca530231219219"
sha256 cellar: :any, sonoma: "346d7f72bfba8c099c998b5147d6bea4057442ef7363a29bdf1ca7f23cc4b72a"
sha256 cellar: :any, ventura: "26157b01ec117bc0850c4f6057402b1b0120f40a6217a8777af974726481a94a"
sha256 cellar: :any, monterey: "09e1f3dc85c0f8a064ad0e953e32724b816e32578677d6291893c361a8da7e25"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4881b5b7514acfbbcc15635b7ca20ca92d6b835d971a6662ecfe244d1e54df5c"
sha256 cellar: :any, arm64_sonoma: "dc6b380ddabd0deb6356e5c4858539d5d93c467521127541c1178c60fdce213c"
sha256 cellar: :any, arm64_ventura: "f05b40f9a1a1e7ce4836a9aafefccb0f0637293457b50af1011138df5115b72b"
sha256 cellar: :any, arm64_monterey: "8ee7a04c8066496aa7519a12acfca94b4e49d18fddfeb4b39722277146516ab0"
sha256 cellar: :any, sonoma: "56c790736952cfeec473004b11a6e802a64632fbe0b6310137e24fd6ea27e034"
sha256 cellar: :any, ventura: "c2f745ee79bbf95b4c48a80942954618c77a429ffeb9fb8525165f3ab8682d30"
sha256 cellar: :any, monterey: "b6a35d8303c4198bc22f38a4f60ad6aba6cf4ec5593cd77eaa207dbb2779a13d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fceb54a005681b6071a970c62cf2e0ce0e2f1719bca67aaf34d648f22349a510"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 0b7a640

Please sign in to comment.