Skip to content

Commit 3549c8b

Browse files
authored
Merge pull request Homebrew#227232 from Homebrew/bump-qsv-5.1.0
qsv 5.1.0
2 parents 46d275b + b6161f0 commit 3549c8b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/q/qsv.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Qsv < Formula
22
desc "Ultra-fast CSV data-wrangling toolkit"
33
homepage "https://qsv.dathere.com/"
4-
url "https://github.com/dathere/qsv/archive/refs/tags/5.0.3.tar.gz"
5-
sha256 "3df998802030fd9a3e2cab12f2369ae75077ee74a7076c773298efbc30a4f61a"
4+
url "https://github.com/dathere/qsv/archive/refs/tags/5.1.0.tar.gz"
5+
sha256 "9bed0898cce8de237a0a04f8d28947720dbb6d0b2919cf297007a1a57569dfd2"
66
license any_of: ["MIT", "Unlicense"]
77
head "https://github.com/dathere/qsv.git", branch: "master"
88

@@ -15,13 +15,13 @@ class Qsv < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b101516623fba87ffe16e879d6b6aa0c0c327dee7d3150633c79e43464afd607"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "561ed5fe0cc5b0259bbb66fa2b2380dac8d965751107da2a85ff7b8053f9e404"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3f565a3366cc8e9e5e0e6a490b2e8154490b1265993f7f721c66f63103311f95"
21-
sha256 cellar: :any_skip_relocation, sonoma: "cf8c715c0373702bf144fb9894373d37be21fcc535e00e499f2ed76a5939c1fb"
22-
sha256 cellar: :any_skip_relocation, ventura: "2f94499e561a9e6b94aa17b46995bdf3f408be508bf3087fb09721c65efb5984"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "46329a37301014303e1f2eb8fec47bdd86a0f57c99eaa29ecdcdcd81e1f01afa"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cdb21b32db5699f380fd4783e342cdfdfa4ebab21bc810ce79bc6a4d3202ec29"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "243f7f28836c546e018a36ea0788eb1d58268d93a67b0f613cc7608baddb61b2"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ee4ea68fc70b1425682668d71bcb8e7c95c11730c6c35b80c9fffc5d4e4df742"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2073e3fced0e3c6eac7d9a82eaa8826e9351f957154a6518c0597472c7a3776b"
21+
sha256 cellar: :any_skip_relocation, sonoma: "002b6176e87d61dbdfcc366d5c73448e354b4f21f82d4a9c72c550ab207b757e"
22+
sha256 cellar: :any_skip_relocation, ventura: "a85210ffe5b8ea93d2f7eb46b97d3e87f03e6e881e08f3c717592a57aaa7c717"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "84939af77a2217dc553e0aed84018d7795759f7e469d05e62ed38b899a35394e"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d294a8766c948fad6a9bed4581616729bd6d73ede3bfd772e04b7191a42daa01"
2525
end
2626

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

0 commit comments

Comments
 (0)