Skip to content

Commit

Permalink
Merge pull request #150415 from chenrui333/sqlpage-update-sha
Browse files Browse the repository at this point in the history
sqlpage: update sha
  • Loading branch information
BrewTestBot authored Oct 10, 2023
2 parents 2c1d38f + 4e5f841 commit 28b6278
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Formula/s/sqlpage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ class Sqlpage < Formula
desc "Web application framework, for creation of websites with simple database queries"
homepage "https://sql.ophir.dev/"
url "https://github.com/lovasoa/SQLpage/archive/refs/tags/v0.12.0.tar.gz"
sha256 "3ee7861b10c430a3fedd4b4ed99eb13f04155b061c70d45135145e14be284154"
sha256 "713087423a1a8653cc48fd988e81997f76e6b2b8073a9007e23995a3a8fa5e3b"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4632f75fed8bef558bbd18f513eda462a9c3521b963661d2b309ebf4c3f1cc2d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1dd5bc379f2c74eebe43838e01770910b7f28161e0305cea53b9524e5c61b42b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "adea519a9a2a7606635c2433de64aa0d70c211e59d229c210c8d035e3291ae49"
sha256 cellar: :any_skip_relocation, sonoma: "cd0c0da608d078c4cf79fde6469a22d1923a34e9035a6576a9852d18cc7918b1"
sha256 cellar: :any_skip_relocation, ventura: "58f0f8792432428a66aad56d470d8d33c3d9d233ae14964f34f0880120d7d7b5"
sha256 cellar: :any_skip_relocation, monterey: "af883faadaddb6666c38d93a363d2a7bb4af9dd38811ee0f10ad5cfbdc8b0738"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d9557fa981dde3dd98c573061705a59a23966947700f4e3b44afcd1d1b642e1"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e30be158e73a1b515ed1c96fbec42751dec4fd3c3e8f0476da7bc40daad959c5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7da8000533302109f80560144cecf5841396354428036904099ef84654424782"
sha256 cellar: :any_skip_relocation, arm64_monterey: "680e8e661788d2136049a63af05dca91c8587668d1694711439b5ef69a75a3b0"
sha256 cellar: :any_skip_relocation, sonoma: "fcff99e1ae73e62baf70b06423dc77b0631899d154c229f07d52c556061a58b4"
sha256 cellar: :any_skip_relocation, ventura: "5e4ff3cec21e51d24a73b64b87e1590655ef9d14c0ca2b4368b4985eee77ca5a"
sha256 cellar: :any_skip_relocation, monterey: "6206c6dce543d392b162f4b8e96d635e854f5bd838686a4d480ac3419d9fa59a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "35acd3876dd9330ce81d47e9ad377ebc60342fc45f662ac39f49b0ee81894eab"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 28b6278

Please sign in to comment.