Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miller 6.11.0 #160773

Merged
merged 2 commits into from
Jan 24, 2024
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
Next Next commit
miller 6.11.0
  • Loading branch information
Porkepix committed Jan 23, 2024
commit 2ec796ef58346a21c1251ce1e0e58dc44557f2e2
4 changes: 2 additions & 2 deletions Formula/m/miller.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Miller < Formula
desc "Like sed, awk, cut, join & sort for name-indexed data such as CSV"
homepage "https://github.com/johnkerl/miller"
url "https://github.com/johnkerl/miller/archive/refs/tags/v6.10.0.tar.gz"
sha256 "a7e0fef83e2f8f5fe3c6fce73766209e8ed4906472f0229cbce0930e1f7c5bad"
url "https://github.com/johnkerl/miller/archive/refs/tags/v6.11.0.tar.gz"
sha256 "ff9a646db5c4bf7f9af837dae62574e1d3cd12857116522bc5a5f09dec873cda"
license "BSD-2-Clause"
head "https://github.com/johnkerl/miller.git", branch: "main"

Expand Down
Loading