Skip to content

Commit

Permalink
Merge pull request #154212 from moonfruit/bump-qsv-0.118.0
Browse files Browse the repository at this point in the history
qsv 0.118.0
  • Loading branch information
BrewTestBot authored Nov 19, 2023
2 parents 7f93944 + b88dd72 commit f3be126
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.116.0.tar.gz"
sha256 "9eaba2a347d3b8f4ca595a9268c8858475e2411d3f60d92f60d8bc91cf81a20e"
url "https://github.com/jqnatividad/qsv/archive/refs/tags/0.118.0.tar.gz"
sha256 "b312fef7fc9798e9077a56618c56fa25aec3714e197217bef49a1dc7a52bbb7f"
license any_of: ["MIT", "Unlicense"]
head "https://github.com/jqnatividad/qsv.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e3f7d5077713ad79687982267851345626d878c88d6964ced447de4ee51fb74"
sha256 cellar: :any_skip_relocation, arm64_ventura: "76e36f95df58c657675ee19b8d1628d479860939e2d8a2dd6e9216a8c0ee3056"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ae66accb75273f98b0a734093c554d1d1c4e394b23e2203235ce1b83cfe526ae"
sha256 cellar: :any_skip_relocation, sonoma: "c6937344efbc39ed734e5aaf10aaa47ec6d8e31433cd8e08503009f37b474286"
sha256 cellar: :any_skip_relocation, ventura: "966c7be0669b263a1b26526ec09d2e86fd8272729ded5ac06ab9506bdd6e0028"
sha256 cellar: :any_skip_relocation, monterey: "0ec95747b64a5a354f89203545d3dcd3b31fc06362bdb4ffbce1984015d87903"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b5a91cd5e0e20d55991fff586e10cd1bbb4af27b7926219f1d2786d705c054c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "647f85da5e995b9305f42217e11dd4b7633d5b4febe8275c7c06b5342099b066"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e43e43fe3e852417e9b6646b798abf6b9e6c0d98fbef83f4376b3b4e9efe1a01"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9f7a93d12088b0b43ca76c82f85c7c1eeff505861b9cb214f7cf2b80598f0699"
sha256 cellar: :any_skip_relocation, sonoma: "f45c22096c2b913eea99c3711a7fa9384a8aa116b725a530bcc3eb5d69fe98fb"
sha256 cellar: :any_skip_relocation, ventura: "2ad8516841b6a82a8bf343e7bc0557ae3256b00d14f7db8ad04ec5e57431db7b"
sha256 cellar: :any_skip_relocation, monterey: "cdc5a52b20f6ac29a619c30781f7bb44608049b5284e7a40cda6f6dfcf5a739c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9fdcbd4e7e3d92b0bfa0d12bdb9e38f86b7f465dc5b737b95c9c6b524f2ea03"
end

depends_on "rust" => :build
Expand Down

0 comments on commit f3be126

Please sign in to comment.