Skip to content

Commit

Permalink
Merge pull request #127326 from Porkepix/bump-prql-compiler-0.7.0
Browse files Browse the repository at this point in the history
prql-compiler 0.7.0
  • Loading branch information
BrewTestBot authored Apr 2, 2023
2 parents 0deefc7 + 6da96ef commit ea072aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/prql-compiler.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class PrqlCompiler < Formula
desc "Simple, powerful, pipelined SQL replacement"
homepage "https://prql-lang.org"
url "https://github.com/prql/prql/archive/refs/tags/0.6.1.tar.gz"
sha256 "84bb9349129ed14b7ab17361faac3535be5f21b46c9757c1fed96a0e1023dd65"
url "https://github.com/prql/prql/archive/refs/tags/0.7.0.tar.gz"
sha256 "3585ddb74f23a9dab7222ebb2ba645c9dfb15657123646483cf154b014737bc0"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "0287b5cf9314c770c429fcb46ffcdcf96f626265fe56704e5083cc160855bd59"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8a15264048b4b0010c8f38f5ea7bf29c39f0de2640d3d24e60436b7b1674897e"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "fc3608e2ac9ea6a24d6ce598887d4e882e13ee553b48a623b2c2c02977677ac3"
sha256 cellar: :any_skip_relocation, ventura: "0b23650f2fb0ce355d330f89f953e7ffae56a2fcc82b846aa2b151a235a71f24"
sha256 cellar: :any_skip_relocation, monterey: "cefe4b5b22f42cfc6046201c18bfe4fbbd6236b79d735b9745d4b755901be3ab"
sha256 cellar: :any_skip_relocation, big_sur: "2f23e89f68920eeb95612024e8eb9d67cdb70197f5a5ad46ed36320aa8ac7b10"
sha256 cellar: :any_skip_relocation, x86_64_linux: "739b083792e347e858e78225acd7f1eb7e2d7488cd8101507fa50e26af2550d5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ad21f836639f438aee174074e1096d0273374ffce086b5d3bf5bee58d373989"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2c78f3df4cd8e06bf488d4d2da0420c8f280bd64b26797d1a7139e8185122ba9"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "27b382e403be946ee31d92fad4ab102f2edc5cdbcfbe49aa987e1a5e70b33c39"
sha256 cellar: :any_skip_relocation, ventura: "b96b885b659ba082ae8e2b7f7f399552de161a891196d0b87a66d0587e9fb669"
sha256 cellar: :any_skip_relocation, monterey: "856ddb98b41760f20d60f9e24510881f1d0954e9b6edf3698900b172b400736c"
sha256 cellar: :any_skip_relocation, big_sur: "a8d610435ee5e2fec9fbae623e0cd0e5c35cb67903679a92408ed51e5a06d899"
sha256 cellar: :any_skip_relocation, x86_64_linux: "27d4903b69c87a324faa4ffcb4c325b32c47ae5bd40e2b94b91b8af5e5c4b8a5"
end

depends_on "rust" => :build
Expand Down

0 comments on commit ea072aa

Please sign in to comment.