summaryrefslogtreecommitdiffstats
path: root/.github/workflows/q.rb.brew-formula-template
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/q.rb.brew-formula-template')
-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