10000 Merge pull request #224719 from Homebrew/bump-sqlpage-0.35.1 · Homebrew/homebrew-core@0bd9b43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd9b43

Browse files
authored
Merge pull request #224719 from Homebrew/bump-sqlpage-0.35.1
sqlpage 0.35.1
2 parents 14a2684 + 80b62e3 commit 0bd9b43

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/sqlpage.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Sqlpage < Formula
22
desc "Web app builder using SQL queries to create dynamic webapps quickly"
33
homepage "https://sql-page.com/"
4-
url "https://github.com/sqlpage/SQLpage/archive/refs/tags/v0.35.0.tar.gz"
5-
sha256 "9cc73f5abc33727e646022469505f969f97b16e172a456caebaba531b5595ee7"
4+
url "https://github.com/sqlpage/SQLpage/archive/refs/tags/v0.35.1.tar.gz"
5+
sha256 "3aa9b1af070c992031d3bb13751ef1f5dc5565e7e9a15ce078a541667b65f480"
66
license "MIT"
77
head "https://github.com/sqlpage/SQLpage.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a092de09623d588b4a96b5bbec2badfea14395ddf7bf7dc3425ab847c824051e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "16935fc966bf6f2b32a9e3914c174a2f8c35e7423f456b1c50b1b471bb912c95"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ea23bdaa182584a0643849878bd4e84f84944de814c1ff6a5d2f6ef244655ae"
13-
sha256 cellar: :any_skip_relocation, sonoma: "34a9f613a35afce6632c53237a1d23f1bb23afb113f682f9096cec471b3df01c"
14-
sha256 cellar: :any_skip_relocation, ventura: "bd90ba71b96bec649fa7924d50a8f59c9068f37fc7f6214548ee2ba9b0f6175e"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "5425332b3c6e3648e1a0bacce6a4b7c3b5a594b24532ae5e0ed91a5ebfe26142"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d3e577227d1b7019d660d46a033eabfb8f75a93e3a1fab72dcab4052b4ae86b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7ccb539499a4ef441c67b37c0cac5f2b5e97ddf8d983c8fb912920e9b3f8682"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9641ac9d5b2f581a9874c3d281856e229f8b2cbfb9db7fb2f6b3164e9a4b6f1d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d85659b23f139f9590a5d7e39e9e5bb8c573063ce4d5cf1698418f7facb5de6a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "97d4e07ef6df630853ae04d1dbfe5c9b016b4bce7416afa4ebf643ebbfc355e0"
14+
sha256 cellar: :any_skip_relocation, ventura: "8ca2962c9d3567e6a07f319313402f495967ec3ac1135d4dc523a0ce6a88c192"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "ab2468087ae388452297938f9094dff29b52b767ec96fa0b3db8510d56fbe41c"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "14a0efa037d29f2d01c29299d0bf45d7c490aabb7e027220a0de00c812b9de50"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)
0