Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/d/dasel.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dasel < Formula
desc "JSON, YAML, TOML, XML, and CSV query and modification tool"
homepage "https://github.com/TomWright/dasel"
url "https://github.com/TomWright/dasel/archive/refs/tags/v3.8.0.tar.gz"
sha256 "4d09e057c379d9d629e076752bf9ab9f7fab7a48712da4b73a655ea5157246b2"
url "https://github.com/TomWright/dasel/archive/refs/tags/v3.8.1.tar.gz"
sha256 "92711ddecfad9a1e97a41011d12ea88e9bb3c37827e5d5a718c3a8e8eaa88eaa"
license "MIT"
head "https://github.com/TomWright/dasel.git", branch: "master"

Expand Down
Loading