Skip to content

Commit

Permalink
Merge pull request #154435 from chenrui333/bump-souffle-2.4.1
Browse files Browse the repository at this point in the history
souffle 2.4.1
  • Loading branch information
BrewTestBot authored Nov 30, 2023
2 parents 41d20cd + d139051 commit 7cc68c8
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/s/souffle.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Souffle < Formula
desc "Logic Defined Static Analysis"
homepage "https://souffle-lang.github.io"
url "https://github.com/souffle-lang/souffle/archive/refs/tags/2.4.tar.gz"
sha256 "951f12272023dd3a1b398318ab24eb567bebad1d5f5b623e89c088e1418836af"
url "https://github.com/souffle-lang/souffle/archive/refs/tags/2.4.1.tar.gz"
sha256 "08d9b19cb4a8f570ac75dea73016b6a326d87ac28fccd4afeba217ace2071587"
license "UPL-1.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6adfb16936f7dfd4fcf85e7bf171f5e18832705914687d3eeda85031d6ba623"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9c0cc4fef22fd9d69ce94cbc39d3b4c29818f9202a1df2ae361e4e2786c1934f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ad8e61f58dedd5eebccd1a7512f77f15b832e060d46373bec4ed563320da20fb"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "660b4427e40bef8305b9883c2a6287d5a04772a59c888d0017c0d1ea33e20cb5"
sha256 cellar: :any_skip_relocation, sonoma: "bd32107c3e61b2f93d6a1faec23de8f1a7e31479ba3a7f353153b7a2afc8ca52"
sha256 cellar: :any_skip_relocation, ventura: "f85ce27bdf76085ff1e8828202809dfd6d1d304578fc26e4b2d283105808dd17"
sha256 cellar: :any_skip_relocation, monterey: "274a7e2b76855cd451a66fca1b16e68cad6497d127c1f00d8a2254bae4c1ff53"
sha256 cellar: :any_skip_relocation, big_sur: "421864326246cf50896f7fe863944c9b0aa26d8cb2fb11a6f987f158adf897ca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b8d92874c542c5f262ab0b4ba030ace501983e6076fe191194140211159f86a3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "57c853a352feed0ea976729ac5e299b2422e122f42a9f29e264339586ee8e5a8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "91fa45ba6431efada4dd59f7876f3ddbc7ccc6e320f1f71104f5c6be6eb97e7d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9c23a5cca7622755bea778b9c42645b2ffd747bb385f16e4397d359a6acdd357"
sha256 cellar: :any_skip_relocation, sonoma: "eb94390d08fcf1eeaecab9000dd2bfbbec9c079d6dc5df593acdab40d39d1649"
sha256 cellar: :any_skip_relocation, ventura: "c02a77b4ec1e0c746c6d0e59aa33664110d07ed3a6a07d5cbe03cb861d854615"
sha256 cellar: :any_skip_relocation, monterey: "2992254dd9a9e5c8fca4f7cd3050907a26dd37eb646aa9fff28d0f2eafe5b98f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59037bee47f85f284d68fc8c57ee8703d1d79e34c6c2ffeaa004d81cf61230e1"
end

depends_on "bison" => :build # Bison included in macOS is out of date.
Expand Down

0 comments on commit 7cc68c8

Please sign in to comment.