Skip to content

Commit

Permalink
qsv 3.1.1
Browse files Browse the repository at this point in the history
qsv: update build

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Feb 24, 2025
1 parent 2eabd6c commit 5a87fd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/q/qsv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Qsv < Formula
desc "Ultra-fast CSV data-wrangling toolkit"
homepage "https://qsv.dathere.com/"
url "https://github.com/dathere/qsv/archive/refs/tags/3.0.0.tar.gz"
sha256 "25d2fec81e027682c3a67b5d3088082df77a899c946fff423b0f969353b7968b"
url "https://github.com/dathere/qsv/archive/refs/tags/3.1.1.tar.gz"
sha256 "a533e35c4c2a4145e9d94fec76f5cc0ddf4b9f650286145172096e677fce6af5"
license any_of: ["MIT", "Unlicense"]
head "https://github.com/dathere/qsv.git", branch: "master"

Expand All @@ -23,6 +23,8 @@ class Qsv < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "9b123f993a9d9990368fa962c29d9c76f519d86e857ab43ddaceca97c391ab72"
end

depends_on "cmake" => :build # for libz-ng-sys
depends_on "pkgconf" => :build
depends_on "rust" => :build

on_linux do
Expand Down

0 comments on commit 5a87fd8

Please sign in to comment.