Skip to content

Commit 7a25c6c

Browse files
committed
Update Homebrew formula for v1.2
1 parent ed2d79c commit 7a25c6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/bigquery-schema-select.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class BigquerySchemaSelect < Formula
22
desc "Generates SQL query that selects all fields from a BigQuery schema"
33
homepage "https://github.com/fpopic/bigquery-schema-select"
4-
url "https://github.com/fpopic/bigquery-schema-select/archive/refs/tags/v1.0.0.tar.gz"
5-
sha256 "REPLACE_WITH_ACTUAL_SHA256" # Run `brew fetch` or `sha256sum` after creating a release
4+
url "https://github.com/fpopic/bigquery-schema-select/archive/refs/tags/v1.2.tar.gz"
5+
sha256 "beb6e8f7333c33e798a0fac2d37c2c0a69764ddb2689f173768e604a5f363c39"
66
license "Apache-2.0"
77

88
depends_on "jq"

0 commit comments

Comments
 (0)