|
1 | 1 | class Dasel < Formula |
2 | 2 | desc "JSON, YAML, TOML, XML, and CSV query and modification tool" |
3 | 3 | homepage "https://github.com/TomWright/dasel" |
4 | | - url "https://github.com/TomWright/dasel/archive/refs/tags/v3.4.1.tar.gz" |
5 | | - sha256 "7fb73efd7378a784ce5cda960930ef8da01a9966e42ecc8904713a18b65e8f1a" |
| 4 | + url "https://github.com/TomWright/dasel/archive/refs/tags/v3.7.0.tar.gz" |
| 5 | + sha256 "cfd84042c36cabfc1ffdefac35047934777cbb313a3c4ca5e0b717411f500124" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/TomWright/dasel.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "6de4e0eb93742ab07d97b3308dd7676afcc3070ea113df704faa002ba81a3f25" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6de4e0eb93742ab07d97b3308dd7676afcc3070ea113df704faa002ba81a3f25" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6de4e0eb93742ab07d97b3308dd7676afcc3070ea113df704faa002ba81a3f25" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "44c7696a089c73d1be94963aadb3ae97200395ec677c1464dbdbc164d88f1f1e" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "cbcc6832827b7d4d7640d8e4805ee5275255823de4201e62c92de0d4990fbd77" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "aa2e168dec4701a26a11409a2e4a458666afa89b1d18559b6fa1c55a3bd76e82" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "c91a08594cdfcb126c784188a912d4fbb605da83a2651df7eec7bd7483d3a6c9" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c91a08594cdfcb126c784188a912d4fbb605da83a2651df7eec7bd7483d3a6c9" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c91a08594cdfcb126c784188a912d4fbb605da83a2651df7eec7bd7483d3a6c9" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "0ee44a4715d74c2468d5b6b6fdde8c7c0c6dc03d50a0624be414325e28d60914" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "02d860f19c00fb7f6ecb7a836eabe406b93e53c27aaaef1a177301fc8921dee6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "279a8675b9e70031eb19700f58596a16cc2a9a111973a416a5af77a2746c0844" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments