summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-11-26 16:24:42 +0200
committerHarel Ben-Attia <harelba@gmail.com>2021-11-26 16:24:42 +0200
commit12286ad001ee65642e6e3eb5adef774f27142a61 (patch)
tree57ad49cfc1a4a60a57426d6993119993b162cc7b
parent62c8b10ca88f08f6831721f3be91e7826bce64ac (diff)
fix q brew formula, so it's fully tested (can't test on local machine)
-rw-r--r--.github/workflows/q.rb.brew-formula-template6
1 files 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