Skip to content

Commit

Permalink
qsv 2.0.0
Browse files Browse the repository at this point in the history
qsv: update repo location

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jan 6, 2025
1 parent a00f880 commit a6c13b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/q/qsv.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Qsv < Formula
desc "Ultra-fast CSV data-wrangling toolkit"
homepage "https://github.com/jqnatividad/qsv"
url "https://github.com/jqnatividad/qsv/archive/refs/tags/1.0.0.tar.gz"
sha256 "92ca4fef2c0f58aa5d322a01a70a7e9dd689f8055cdf64aaf1422cb28fe5357b"
homepage "https://github.com/dathere/qsv"
url "https://github.com/dathere/qsv/archive/refs/tags/2.0.0.tar.gz"
sha256 "499820c938e2c9cdb9686cdd02ab7a31e207e9fd803ccc720b5e5ce09dfd7cd6"
license any_of: ["MIT", "Unlicense"]
head "https://github.com/jqnatividad/qsv.git", branch: "master"
head "https://github.com/dathere/qsv.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cfd65ae7bec0ad2bc5088fa2ac7013c1eda71326568c6f8b33f6ca596bd08929"
Expand Down

0 comments on commit a6c13b1

Please sign in to comment.