From 12286ad001ee65642e6e3eb5adef774f27142a61 Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Fri, 26 Nov 2021 16:24:42 +0200 Subject: [PATCH] fix q brew formula, so it's fully tested (can't test on local machine) --- .github/workflows/q.rb.brew-formula-template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/q.rb.brew-formula-template b/.github/workflows/q.rb.brew-formula-template index c860a0c..09116e8 100644 --- a/.github/workflows/q.rb.brew-formula-template +++ b/.github/workflows/q.rb.brew-formula-template @@ -4,11 +4,9 @@ class Q < Formula desc "Run SQL directly on CSV or TSV files" homepage "https://harelba.github.io/q/" - # Using branch name for pre-releases, for tagged releases this would be the version tag, and not "version" part will be needed - url "https://github.com/harelba/q/archive/3.1.3.tar.gz" + url "https://github.com/harelba/q/archive/v3.1.3.tar.gz" - # Removed for now, until everything is finalized - # sha256 "0844aed6658d0347a299b84bee978c88724d45093e8cbd7b05506ecc0b93c98c" + sha256 "a77f8fe0e35d0c24f06493d2cc9beceb1ef9ded5b9bb44b85ef2aa11eadfe9ba" license "GPL-3.0-or-later" revision 1