Skip to content

Commit ef5e389

Browse files
BrewTestBotstefanb
authored andcommitted
dasel 3.8.0
1 parent b65ad97 commit ef5e389

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Formula/d/dasel.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.7.0.tar.gz"
5-
sha256 "cfd84042c36cabfc1ffdefac35047934777cbb313a3c4ca5e0b717411f500124"
4+
url "https://github.com/TomWright/dasel/archive/refs/tags/v3.8.0.tar.gz"
5+
sha256 "4d09e057c379d9d629e076752bf9ab9f7fab7a48712da4b73a655ea5157246b2"
66
license "MIT"
77
head "https://github.com/TomWright/dasel.git", branch: "master"
88

@@ -20,6 +20,8 @@ class Dasel < Formula
2020
def install
2121
ldflags = "-s -w -X github.com/tomwright/dasel/v#{version.major}/internal.Version=#{version}"
2222
system "go", "build", *std_go_args(ldflags:), "./cmd/dasel"
23+
24+
generate_completions_from_executable(bin/"dasel", "completion", shells: [:bash, :zsh, :fish, :pwsh])
2325
end
2426

2527
test do

0 commit comments

Comments
 (0)