Skip to content

Commit 6f9edc8

Browse files
authored
Merge pull request #279463 from Homebrew/bump-dasel-3.7.0
dasel 3.7.0
2 parents 21f148a + ae0f3b4 commit 6f9edc8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/d/dasel.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Dasel < Formula
22
desc "JSON, YAML, TOML, XML, and CSV query and modification tool"
33
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"
66
license "MIT"
77
head "https://github.com/TomWright/dasel.git", branch: "master"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)