Skip to content

Commit

Permalink
Merge pull request #136785 from moonfruit/bump-qsv-0.109.0
Browse files Browse the repository at this point in the history
qsv 0.109.0
  • Loading branch information
BrewTestBot authored Jul 26, 2023
2 parents b87a4bf + 509a94e commit acdb447
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/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.108.0.tar.gz"
sha256 "6f191a72b9b6040805c27ec6dc1d2fa037088970eb4c42af950cf701fa2bdc8a"
url "https://github.com/jqnatividad/qsv/archive/refs/tags/0.109.0.tar.gz"
sha256 "c48d7f5a174d3f80781ae9feb16173d6c5058e4f50916ff2dd77e1ade84a4dbc"
license any_of: ["MIT", "Unlicense"]
head "https://github.com/jqnatividad/qsv.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "eaca3ccbb2d3b14d9e32c1541c9fbabec802efb8afce2c58fdc054a7f7404e69"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7ec9f8727c7d8cf8b5b1f1e5bd6b1ac40df7221c6aa42470fc07dc586d31de22"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "a39fd7a3df905b777dea86b1a075dcf25a4791f2e49229a31aae6d68dec99e14"
sha256 cellar: :any_skip_relocation, ventura: "248fc8da0f637c5924184458301fb9b758633f3bc1fee51f7e416a7b29029276"
sha256 cellar: :any_skip_relocation, monterey: "7c7a993dc0b08f06ee2441c3e8a705b599bd981b80caf97e2e1a13e41b89a9e4"
sha256 cellar: :any_skip_relocation, big_sur: "59162b34f365b790870e2ca2db3630a85ae63ad6d3eb99d4536cc814baeb0690"
sha256 cellar: :any_skip_relocation, x86_64_linux: "51653db07d61cc44cf7e85ca1d5c221e86138bd4c3f3db1b71dde6c82a87c488"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9d06648b003d2960121eef5846d76635410851cac6260747b906e241ee422805"
sha256 cellar: :any_skip_relocation, arm64_monterey: "06ff3a693a60226bef712bb87bac954ae1fdc764e777dfbe2dbbff2c27c36d03"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "93bdbd6bbdb9ea00e40fa5173a1bfc20019b48c53fd968ff7f5ca8a591b0134b"
sha256 cellar: :any_skip_relocation, ventura: "5ef919665eecd934091224dbb515a54f6c622ff420c447f4ada39c52de589de1"
sha256 cellar: :any_skip_relocation, monterey: "127faf41a9985187a77f53094e3cb1abe25504fe9525f60f179aace2b801444c"
sha256 cellar: :any_skip_relocation, big_sur: "85524fb65341a0e2a09055b8e6bce48ae8c26bd745fe924619aae229d3305935"
sha256 cellar: :any_skip_relocation, x86_64_linux: "460da51a0af8168a6657e467763734497d48f150833c39abbfe5c20dd5a14b92"
end

depends_on "rust" => :build
Expand Down

0 comments on commit acdb447

Please sign in to comment.