From 5e4f0cefa6f494ff55493f11857953b7e4c82576 Mon Sep 17 00:00:00 2001 From: MoonFruit Date: Mon, 26 Dec 2022 11:44:58 +0800 Subject: [PATCH] qsv 0.80.0 Closes #118943. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/qsv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/qsv.rb b/Formula/qsv.rb index 0cf467245e85..411be84c764f 100644 --- a/Formula/qsv.rb +++ b/Formula/qsv.rb @@ -1,8 +1,8 @@ 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.78.2.tar.gz" - sha256 "d41f8ab0d66c89b65d99605743b172ed94bd7bfa973cf4af220a9bdaf3b08ed9" + url "https://github.com/jqnatividad/qsv/archive/refs/tags/0.80.0.tar.gz" + sha256 "d806762b3e95d2ceebf350c2c81696528a5f5d599e6c4da01328a963d1d9944e" license any_of: ["MIT", "Unlicense"] head "https://github.com/jqnatividad/qsv.git", branch: "master"