Skip to content

Commit

Permalink
Update brew package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed May 21, 2024
1 parent 4663832 commit e6f0615
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/kframework.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Kframework < Formula
desc "K Framework Tools 5.0"
homepage ""
url "https://github.com/runtimeverification/k/releases/download/v7.0.71/kframework-7.0.71-src.tar.gz"
sha256 "bcd3f93322b3ba5542b9ae05d12b860c5890735165ee00cb572acb1570770426"
url "https://github.com/runtimeverification/k/releases/download/v7.0.72/kframework-7.0.72-src.tar.gz"
sha256 "738f4f6484343941925c145cece32549047b08fdec822ae1adfbca1efae93b83"
bottle do
root_url "https://github.com/runtimeverification/k/releases/download/v7.0.71/"
rebuild 932
sha256 ventura: "043c2489b2185e09520d2485728bfcd5e478c25b87fcc9a7a651458f00bd6b80"
root_url "https://github.com/runtimeverification/k/releases/download/v7.0.72/"
rebuild 933
sha256 ventura: "65aae9f5c5bf4b416df0aa7bc21109a59ee690846a85fdbf6f493be45ce3909e"
end
depends_on "cmake" => :build
depends_on "haskell-stack" => :build
Expand Down

0 comments on commit e6f0615

Please sign in to comment.