|
1 | 1 | class Smartdns < Formula |
2 | 2 | desc "Rule-based DNS server for fast IP resolution, DoT/DoQ/DoH/DoH3 supported" |
3 | 3 | homepage "https://github.com/mokeyish/smartdns-rs" |
4 | | - url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.11.2.tar.gz" |
5 | | - sha256 "fdcdd9c5eb59f76043d5ae0db37219122a4cd6747672653fce567c0ba12d6c16" |
| 4 | + url "https://github.com/mokeyish/smartdns-rs/archive/refs/tags/v0.12.0.tar.gz" |
| 5 | + sha256 "67adf2fbb005e6f0a1d933b0c115bedc4b5652379c50562808d424ce9b33a1a3" |
6 | 6 | license "GPL-3.0-only" |
7 | 7 | head "https://github.com/mokeyish/smartdns-rs.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e1705572a852127990d10ab2c2a9982713ec526ca65c914e13bb7f14ddb3e94" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e2356cb9e654e8e54b0d393641be42b9135b5c933d6d27f69ce8a95274ee028" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "792415b9f735397dfb5a82ae151c8b54c987d4a9351c701f2a86d32f43fc6849" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "5aa0a725878e7413b8dd21d71f7272a623e6f4f1f23bd9847b9b34b87daf6737" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "dcfbc5f16dcfc03d5e05ae49bc276da35f6b19f4e2201e1fd6b62c2ab19d3221" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "36be64728cc8cca4700af1fe8610959bdf23344542e743388a302e645b19c169" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "22472f35408c836e9588f7145674d9ec908422289d2f7a36f37286a5dcc8bdcb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b96963b9e21c1d8e21a9453411d50c42021d43d92fc8c5c6fb62cb10cb81545f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f75a1ff7ff80da5d5cace3ddf14c4f470b0988d9b1ef4f4b98a82bb4e1376a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "efba197a233c72b8e82fb141c3b323a4f4f0a85d912949ed4d778136f409354e" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "12892a189356ac7c064f4ab6b6f7ea374fc67d72e41fb436c86495bb8305ce21" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "a9e0814d983a9d3fa5fe0fe9d8732e9a0d1619196194c3546d2bcade63bb9de2" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "ed55429b36fc7e374336a2fb13c2bb7d43ba42658b6ef9e37cf43d897dbe8237" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "78ee95d4f63c25abe9e932b1e06d3df17f41f1d52d40ca030ca23a74b379ca2e" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "just" => :build |
|
0 commit comments