|
1 | 1 | class Gsasl < Formula |
2 | 2 | desc "SASL library command-line interface" |
3 | 3 | homepage "https://www.gnu.org/software/gsasl/" |
4 | | - url "https://ftp.gnu.org/gnu/gsasl/gsasl-2.2.1.tar.gz" |
5 | | - mirror "https://ftpmirror.gnu.org/gsasl/gsasl-2.2.1.tar.gz" |
6 | | - sha256 "d45b562e13bd13b9fc20b372f4b53269740cf6279f836f09ce11b9d32bcee075" |
| 4 | + url "https://ftp.gnu.org/gnu/gsasl/gsasl-2.2.2.tar.gz" |
| 5 | + mirror "https://ftpmirror.gnu.org/gsasl/gsasl-2.2.2.tar.gz" |
| 6 | + sha256 "41e8e442648eccaf6459d9ad93d4b18530b96c8eaf50e3f342532ef275eff3ba" |
7 | 7 | license "GPL-3.0-or-later" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 arm64_sequoia: "f101f94bb553856010b49dac82e42362cbf8cfb8d2934db50360418c77cac450" |
11 | | - sha256 arm64_sonoma: "08a3d6b5d9118239db46ac525dc8ff6dfcdb751aaf71c26d563e248ffe321601" |
12 | | - sha256 arm64_ventura: "e41f99e5a461ff905df7786838db28b8cf714a69e64d97074ac4d60192f1931e" |
13 | | - sha256 arm64_monterey: "c99076a61434cfb716df47fe5ed29ce21765456effdd0eafbf7b645cff4fe85a" |
14 | | - sha256 sonoma: "f6d6007e35934b3f04c5cad57ff43d0ebe402c4de6fcb11be613607b6daf2c10" |
15 | | - sha256 ventura: "5889ccd75161e8bd226dfc1fa2cd9c3fcd0db7a70e1ca517037494246fc948a5" |
16 | | - sha256 monterey: "dc572d0c68f75916659bdc4fb41857dc956cacd060b78392a3e6ed83a84df623" |
17 | | - sha256 arm64_linux: "981af28f2f20dd33786506616a01f230a13615e0730c46fb92df51eeea049b0f" |
18 | | - sha256 x86_64_linux: "d240c5d2c14596f6ea5db8bfbc926e5e970a7c123698b6522a2be5740bef5c1d" |
| 10 | + sha256 arm64_sequoia: "f7ec07e3b1add0e32af563452c3f8ebf2317b3acad6b6a48b029dd72491354ab" |
| 11 | + sha256 arm64_sonoma: "be4ad77df9264e1dbcd61df831870348ef3f0f7033f59c201f60ca78b8f5b608" |
| 12 | + sha256 arm64_ventura: "9abcebd5e9da69094251b1d2de7434c3d97cc502bcf18406e5689bfb9ad166cc" |
| 13 | + sha256 sonoma: "f8b9c8e586b6e83810512a0feb031b2b1a16f181c3c06b3a223ba7463dca256d" |
| 14 | + sha256 ventura: "7915a31160f8bc10fe820d2e00e885d422af7b81d1c3b9f47c6c290083020635" |
| 15 | + sha256 arm64_linux: "653c99b1e92e213c8f3d2a479bc24fa7db0b6d7a13e00110470f02b331412f92" |
| 16 | + sha256 x86_64_linux: "e617b7fd6c52d487cdd7e33f6ade76b2fa98499605192cd1420c06fa5b3218ae" |
19 | 17 | end |
20 | 18 |
|
21 | 19 | depends_on "libgcrypt" |
22 | 20 |
|
| 21 | + on_macos do |
| 22 | + depends_on "gettext" |
| 23 | + end |
| 24 | + |
23 | 25 | def install |
24 | | - system "./configure", "--disable-dependency-tracking", |
25 | | - "--with-gssapi-impl=mit", |
26 | | - "--prefix=#{prefix}" |
| 26 | + system "./configure", "--with-gssapi-impl=mit", *std_configure_args |
27 | 27 | system "make", "install" |
28 | 28 | end |
29 | 29 |
|
|
0 commit comments