Skip to content

Commit

Permalink
Merge pull request #195049 from Homebrew/bump-qsv-0.137.0
Browse files Browse the repository at this point in the history
qsv 0.137.0
  • Loading branch information
BrewTestBot authored Oct 21, 2024
2 parents f96c72b + d7f3049 commit 8eac58d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/q/qsv.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.136.0.tar.gz"
sha256 "12149c7d84a3f1a28a65bb6e82a5d87b3f2f886e1142be90233e1507158f94a0"
url "https://github.com/jqnatividad/qsv/archive/refs/tags/0.137.0.tar.gz"
sha256 "46b29900bb439d11a61fbb2f856a47dc5653fa080c0d0282ad517ec7d1c39079"
license any_of: ["MIT", "Unlicense"]
head "https://github.com/jqnatividad/qsv.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "60d56abdf8f4e8f2a7ec12d848aaf01754f17a401dd50e403275cbf20d1faaba"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2048215e3a795558b3ea8c164990b1e7cbbfdd7dcb28b16bd256024f8f88c2e6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4e1db731c78b3f828bc1812f1f59fdb3b1f519ef72a7f33c342994aeef0c15ae"
sha256 cellar: :any_skip_relocation, sonoma: "e8a0b7171f5e6308b3b4aaa5fb07ec9174e1ee6f074296bb435fa8479bdf2bfa"
sha256 cellar: :any_skip_relocation, ventura: "ea01cb419ed8127ae0c7f577555d06fc240739bb8d7397b142dec2c89146c8cb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c64c80f1489938d081fd381a87336576dd8ca380f2afb176f1d5a9f77304618"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fddf25b4c11c94d51bfc0dd6be8b30dd80500490e96c0f4dd9c85a0f32d4cbd3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8fc55d0114116bc8fff43a606f770729dfea18fa8eed928ce9e641871966c9a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6865d877597db1a934e3bcd9beb7bf120a545e3e084a734de8bc2b71fc98d479"
sha256 cellar: :any_skip_relocation, sonoma: "f5ba25e250ab30eecb16c817edd7110eb53255c571ee0bf7e6e559f2043edf3b"
sha256 cellar: :any_skip_relocation, ventura: "eadc26e07093387e0af293c756bcb056d37b0aade9fa71af620d49fc514c1a81"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ab48a45f88bff2ed33ad7686338bae2cf9cebb71d24ffe26c65c648741eb2af"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 8eac58d

Please sign in to comment.