Skip to content

Commit

Permalink
picat: update 3.2 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ho committed May 20, 2022
1 parent 3a3e581 commit 9a3e81d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Formula/picat.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Picat < Formula
desc "Simple, and yet powerful, logic-based multi-paradigm programming language"
homepage "http://picat-lang.org/"
url "http://picat-lang.org/download/picat312_src.tar.gz"
version "3.1#2"
sha256 "eb13be811d9470420d8d9e488f1f4a7771a934e3b27120aa6529648d5a070d9e"
url "http://picat-lang.org/download/picat320_src.tar.gz"
version "3.2"
sha256 "b72edbb3b81e1e74f6a5dc994587a2b0fe2b3ed123d809ca0fd6b0c171bcbbb0"
license "MPL-2.0"

livecheck do
Expand All @@ -12,11 +12,8 @@ class Picat < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, monterey: "9a6567ded5a5cdacb7f454715beeca4cae6590b11c28cfe172388751567807c4"
sha256 cellar: :any_skip_relocation, big_sur: "aaf2ef1f21a19c8bf60b5ed7b52b91f12693babdaaec8edb458b888e6f748838"
sha256 cellar: :any_skip_relocation, catalina: "40e9b771743f9799af5c2abc091a3099faeb0a14be8136d5aa3fea1624c67d83"
sha256 cellar: :any_skip_relocation, mojave: "248ac7a621f9b9f860170dd1bf57aafd6f785e35140d58c2a563fbd4e6604a42"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b15831545abe443fa02911fe09ea411bce3b2be30cb22f1da47a6434667e8d3"
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/picat"
sha256 cellar: :any_skip_relocation, mojave: "eaf78cf3a76a50735cc8b5ea5e5328b23a378cf5e54cbe15011529d004e7d411"
end

def install
Expand Down

0 comments on commit 9a3e81d

Please sign in to comment.