|
1 | 1 | class Libconfig < Formula |
2 | 2 | desc "Configuration file processing library" |
3 | 3 | homepage "https://hyperrealm.github.io/libconfig/" |
4 | | - url "https://github.com/hyperrealm/libconfig/archive/refs/tags/v1.8.tar.gz" |
5 | | - sha256 "22e13253e652ec583ba0dd5b474bd9c7bd85dc724f2deb0d76a6299c421358ef" |
| 4 | + url "https://github.com/hyperrealm/libconfig/archive/refs/tags/v1.8.1.tar.gz" |
| 5 | + sha256 "e95798d2992a66ecd547ce3651d7e10642ff2211427c43a7238186ff4c372627" |
6 | 6 | license "LGPL-2.1-or-later" |
7 | 7 | head "https://github.com/hyperrealm/libconfig.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "f1582c0c9117c9a775cdc0898fe45f8c543bcb5236035228a1150dfc7a9ed7ce" |
11 | | - sha256 cellar: :any, arm64_sonoma: "7b5064bff1eb6a30a0172c2050dc6a29f0a8e15b038bfea0336def3363b08672" |
12 | | - sha256 cellar: :any, arm64_ventura: "4ef4fe93b31d05bd5849c306010fe6b00c0e9836fff6d9004add313db4b56cc9" |
13 | | - sha256 cellar: :any, sonoma: "021fe870c6883aa87b7295dbc0f8ab0a9043809fbeb18079b592d07989d09025" |
14 | | - sha256 cellar: :any, ventura: "80ad14edf165d87fe442a3583ab2d3ca5aef504ff31ea634a4511da198d724b7" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "5931f3faddd9baa428b034285bf08357765a69e54e8a4e49160f866d88bab368" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e597a3334e1b4e1043d909232489cc1ef255a49522e9bdc1849be4afb968ab3f" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "a7f4c911aed6b617d9b54898d2db28752beb4ae8c6fedc542e078d7153393b8d" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "cf947b246c6fa471c84bdabc72cd0b9cc308cf8c5c73ecf3c31a584e86e07c56" |
| 12 | + sha256 cellar: :any, arm64_ventura: "f676b9722a4ea9abdb769d59b7d77efcebd06b16ca2a25178da5dc06b7732a7c" |
| 13 | + sha256 cellar: :any, sonoma: "680393735071e707fa197403ae718784169ca78f9114b75cf2642bc1d284e3b4" |
| 14 | + sha256 cellar: :any, ventura: "845d83dcd540e6b4f2e7a50aa63e4435a32cc4cf680776dd67a79f0f70f9b585" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "550be19328331c113b05238452db7e0fdf42a2a317a4c59c829fe60587a98bb2" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "83ee143485d7fdf1c9f4d72a95811c8e200665de550972786ff89129fe035542" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "autoconf" => :build |
|
0 commit comments