1
1
mirror of https://github.com/harelba/q.git synced 2024-10-03 22:39:52 +03:00

fix q brew formula, so it's fully tested (can't test on local machine)

This commit is contained in:
Harel Ben-Attia 2021-11-26 16:24:42 +02:00
parent 62c8b10ca8
commit 12286ad001
No known key found for this signature in database
GPG Key ID: 0E04E0F09BDC14FB

View File

@ -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