We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ad749 commit a82e5c8Copy full SHA for a82e5c8
Formula/q/qsv.rb
@@ -1,8 +1,8 @@
1
class Qsv < Formula
2
desc "Ultra-fast CSV data-wrangling toolkit"
3
homepage "https://qsv.dathere.com/"
4
- url "https://github.com/dathere/qsv/archive/refs/tags/7.1.0.tar.gz"
5
- sha256 "9340be11d3b100c48cd1f35cdd353fe5234b9c6c7223de32470df05f5e0c4ad9"
+ url "https://github.com/dathere/qsv/archive/refs/tags/8.0.0.tar.gz"
+ sha256 "9f6700c5b8c8246970bb7b76d73f0714a113b707fecf8b6381dd1031c65aa300"
6
license any_of: ["MIT", "Unlicense"]
7
head "https://github.com/dathere/qsv.git", branch: "master"
8
0 commit comments