Skip to content

Commit 5f8e920

Browse files
authored
Merge pull request Homebrew#183344 from Homebrew/bump-swi-prolog-9.2.7
swi-prolog 9.2.7
2 parents 77513ed + c7e557c commit 5f8e920

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/swi-prolog.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SwiProlog < Formula
22
desc "ISO/Edinburgh-style Prolog interpreter"
33
homepage "https://www.swi-prolog.org/"
4-
url "https://www.swi-prolog.org/download/stable/src/swipl-9.2.6.tar.gz"
5-
sha256 "0cb9b80b9922be8165cbac384ebe050d94553e72cf7aebfc980b4395ff01d05d"
4+
url "https://www.swi-prolog.org/download/stable/src/swipl-9.2.7.tar.gz"
5+
sha256 "fd4126f047e0784112741a874e2f7f8c68b5edd6426ded621df355c62d18c96f"
66
license "BSD-2-Clause"
77
head "https://github.com/SWI-Prolog/swipl-devel.git", branch: "master"
88

@@ -12,13 +12,13 @@ class SwiProlog < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sonoma: "598510b76bdd7c3ee65e3c1d2985850c3f1b834281519baac226ea169563e138"
16-
sha256 arm64_ventura: "03ce4c8fdf6ec2b5a75eb4df3c119c300b0caa0d39156d0effc993599b80e78d"
17-
sha256 arm64_monterey: "204c7827acde178b0fb678b6b2c25bec2a72c805acf9407004b9337dfe8bd349"
18-
sha256 sonoma: "edd11320e42b5c60fcde748d0aa428938de247b2240891bfd0fb7972c5b36403"
19-
sha256 ventura: "69e94bd7577e284142e7c70d73f4951bd230dffdb5469a70f38d8fd120439fec"
20-
sha256 monterey: "01aaa112ea8cc27ee03a51a14b60e01b770bc48d88e430e5bf65f9605774f1a1"
21-
sha256 x86_64_linux: "3e49ccb6979769ac7fe2540aa0ae3f7c9fa9fad564e91700138a6277554bbed9"
15+
sha256 arm64_sonoma: "82389e702458b8a7f324b1d4e390ee292501e7c9e5e3b7d50f2ad09656061998"
16+
sha256 arm64_ventura: "1289209e2994b1c842d8d7b3e83255f803023742883998a25c79f884627debb2"
17+
sha256 arm64_monterey: "15609488c0cd29f1b538504d48638e6af1231afd5e30f18d8b928c4d2a945079"
18+
sha256 sonoma: "0a49327bf13f589c5bb9148c6cc526c7967bd332ee499fc0aba78e22e892dcd5"
19+
sha256 ventura: "de02dd3ba44d512c9b0633c34a7cae6ac8296c587ce75c0ec76bf7051b0265f9"
20+
sha256 monterey: "3102c2046092c844dd7001ff8efff41e80cdd605109a208e654cc804b1d3a4fa"
21+
sha256 x86_64_linux: "0ef620824a06927b9e03069db15f1ec7975e42b1ba4f8a1e0347fc8188a531ae"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)