Skip to content

Commit

Permalink
Merge pull request #207752 from Homebrew/bump-sqlpage-0.33.0
Browse files Browse the repository at this point in the history
sqlpage 0.33.0
  • Loading branch information
BrewTestBot authored Feb 15, 2025
2 parents 5e0778b + 3fe44d4 commit 396a5bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/sqlpage.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Sqlpage < Formula
desc "Web app builder using SQL queries to create dynamic webapps quickly"
homepage "https://sql-page.com/"
url "https://github.com/sqlpage/SQLpage/archive/refs/tags/v0.32.1.tar.gz"
sha256 "5222e0987901d758d832dbf64b19edcfbcc92eab331ea06a872ab8995bee56c6"
url "https://github.com/sqlpage/SQLpage/archive/refs/tags/v0.33.0.tar.gz"
sha256 "32a6fc9e8c1c41a50a1b64df35b5b1bcf279c3f647a65279a466c7b0d62973c7"
license "MIT"
head "https://github.com/sqlpage/SQLpage.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "751edf0dbfe28000a268c1858e5e473e357705b121a65b26c527edba8b7e2daf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28b163e604e5c390c4e650c1d3193b07416f1b5dcfd0cf18330264560d820ecb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1afa0e0817e2a38f8c155c9dabb35503395e35582f8dc38a72c96dfa26e600ad"
sha256 cellar: :any_skip_relocation, sonoma: "5fb961b823c2fb1ba7d5b116c91de054635111286069e3893f24049cddca9feb"
sha256 cellar: :any_skip_relocation, ventura: "f3999c04b36a4571b4f9b5090816b1facf0da5e4b277c59fe51dcfb6c317bcf7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "82d71511cd9fa935c3ed026f343c0823b2c8e0a8f437464fee9895171effcea5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "272bfe9898241a2b108f81ebf3341366fdc4c9c7da795b9a64f36d2e251bf749"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c46f69f1d9e1a5c2258c4b275997ada4f7be3437c438dfacdcc275b5a1e536a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b85bf3f143758ac1a79e83be47e92244882c2266cf1e4e899a6bc9894e32a00"
sha256 cellar: :any_skip_relocation, sonoma: "262f06fe4da4aa4f898c836fce499e6ed0bad54fdca0e4e10d79b380ac58b17b"
sha256 cellar: :any_skip_relocation, ventura: "f6491ca63c2caf4c1fd3a123fac59cd7c12d701e153389cd813213a13e5bb462"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7376d9ef646e04048229a7e7a839cc985c7726dd1b7bb11f9415e007dd1dbfea"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 396a5bb

Please sign in to comment.