Skip to content

Commit

Permalink
Merge pull request #158755 from Porkepix/bump-qsv-0.120.0
Browse files Browse the repository at this point in the history
qsv 0.120.0
  • Loading branch information
BrewTestBot authored Jan 2, 2024
2 parents b7c8e06 + c4ad16a commit c8c2afe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/q/qsv.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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/0.119.0.tar.gz"
sha256 "b50333767856cb04cc88154d715861740f912c10156a7a801bd61964e1ee562c"
url "https://github.com/jqnatividad/qsv/archive/refs/tags/0.120.0.tar.gz"
sha256 "4f0d7a14ee75fa056be4932f4a9c044d0ccba2c7a404c1e3961a0d8de8f1962f"
license any_of: ["MIT", "Unlicense"]
head "https://github.com/jqnatividad/qsv.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "74c2f031c309ee7ecf8961ae43138cd8ffb7e76767bc84c2fe9e21dfe0046ceb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1d1adeb9759ede820ea6f922c1c88872a3c6bbd1846fe33694be8d5b24a00a9a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e7e4ef6308bd2937c98716adc9bdece862dfb7b86a6772937894e50e29fe8cf5"
sha256 cellar: :any_skip_relocation, sonoma: "ce4a465a0899b9190b942b78a3c062cc091491e7d324dc78cdac3f23b9839499"
sha256 cellar: :any_skip_relocation, ventura: "e6638fe9528e55a9054065a3227fdd78fcca46fc8289095df7b50766c27508e2"
sha256 cellar: :any_skip_relocation, monterey: "809f8ce864f825e54498f12452082ea5e9b564bad3c6ea05d359b632b5899024"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbc73d6593496ce6ca58dc4f3e58a5b3805b1512770ad7b9aec69c5f0a1fcdd0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3adf1daaf3fa37aa8dd2049c26a0d20297f34e6b4708541664f4b5afa5c402d8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4bda477128c4b784a771b4ca34e2921286463d6cafd3930b7f7e36af42042460"
sha256 cellar: :any_skip_relocation, arm64_monterey: "dc28914393092fdb1e653dda0f8d21ecd051e0c105dddc170762766eb2b37b7d"
sha256 cellar: :any_skip_relocation, sonoma: "a521f9d82f0e445b227aa30bfdcc74f3c36f679d5a1d1e80aeefd3ef45ebedbb"
sha256 cellar: :any_skip_relocation, ventura: "ffe87766f3329c8519b33f76e109a611afff72725cbf1dbe714cf2222486d8fb"
sha256 cellar: :any_skip_relocation, monterey: "859d3436cdb6a65389b274dcf2e6c59f3867fc89ba428888adbf1ba9ccdc99d6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d8cfa13411dac3851af576f921d69158d4811cc822fe1c70e9c2a41e14dfec9"
end

depends_on "rust" => :build
Expand Down

0 comments on commit c8c2afe

Please sign in to comment.