|
1 | 1 | class Neon < Formula |
2 | 2 | desc "HTTP and WebDAV client library with a C interface" |
3 | 3 | homepage "https://notroj.github.io/neon/" |
4 | | - url "https://notroj.github.io/neon/neon-0.35.0.tar.gz" |
5 | | - mirror "https://fossies.org/linux/www/neon-0.35.0.tar.gz" |
6 | | - sha256 "1467afb73f35e3f5d0e9fd70628c14cba266a65e2a1fb6e3f945ee3385c8595b" |
| 4 | + url "https://notroj.github.io/neon/neon-0.36.0.tar.gz" |
| 5 | + mirror "https://fossies.org/linux/www/neon-0.36.0.tar.gz" |
| 6 | + sha256 "70cc7f2aeebde263906e185b266e04e0de92b38e5f4ecccbf61e8b79177c2f07" |
7 | 7 | license "LGPL-2.0-or-later" |
8 | | - revision 1 |
9 | 8 |
|
10 | 9 | livecheck do |
11 | 10 | url :homepage |
12 | 11 | regex(/href=.*?neon[._-]v?(\d+(?:\.\d+)+)\.t/i) |
13 | 12 | end |
14 | 13 |
|
15 | 14 | bottle do |
16 | | - sha256 cellar: :any, arm64_tahoe: "4132cdc867b60cc78c721b5a851312d105bb30efbade9d1e1c2b41a95d7d1c68" |
17 | | - sha256 cellar: :any, arm64_sequoia: "d44eb24d6ae64fd82eb1e0620c3a44d1192b37981022c1195e07cc48c871cefd" |
18 | | - sha256 cellar: :any, arm64_sonoma: "72cc292b6a0ad843804e6a7dba94da066a900fe65f9bcd4bc931d0391fddef66" |
19 | | - sha256 cellar: :any, sonoma: "cb4e3d7cc5a9cbd305804080418355d0ce1ccc11d08ce98125030301868e4dbc" |
20 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d6252771625091499a4f4631867f91e64c93062de344cd19adb17634c68e53fe" |
21 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "8fbe7e80c737402218acc6a28e582b319dd2341509d92230f2f68629f6b29c34" |
| 15 | + sha256 cellar: :any, arm64_tahoe: "6d24e6d4a85eedc5d3e115e585075840bf3687cc48031b8a1fbab682b21a4302" |
| 16 | + sha256 cellar: :any, arm64_sequoia: "457b1f8bdf13be7880864513ab979fed41850619a84251b7e423fb37c7c11c9c" |
| 17 | + sha256 cellar: :any, arm64_sonoma: "eacd2712bf83e32b980871881b39dcb81f913d46bd9beeb00ccf7f7e7f23919c" |
| 18 | + sha256 cellar: :any, sonoma: "267c2a5593558bf587b795fc7d84f0611a93faabcd96061a5b3786adca45a526" |
| 19 | + sha256 cellar: :any_skip_relocation, arm64_linux: "97b5dba9ec6a14e4083d43f7d0855eb056b1f08e4265685615e25a70142a2599" |
| 20 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3f194476fbe5b1d585ac0e4cb3f02befedb39f724f9bae67d83c01d2a6624fbe" |
22 | 21 | end |
23 | 22 |
|
24 | 23 | depends_on "pkgconf" => :build |
|
0 commit comments