Skip to content

Commit

Permalink
Update cbmc-starter-kit formula with tag and revision
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-viewer-for-cbmc-release-ci authored and ronakfof committed Apr 14, 2022
1 parent f311445 commit 9411ea5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/cbmc-starter-kit.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
class CbmcStarterKit < Formula
include Language::Python::Virtualenv

desc "Templates for writing CBMC proofs for C code"
homepage "https://github.com/model-checking/cbmc-starter-kit"
url "https://github.com/model-checking/cbmc-starter-kit/archive/refs/tags/starterkit-2.0.tar.gz"
sha256 "ef121dbe8977cd318d180630f77f1010a1dcc5e88da1fc333c9d5f3c68f4b7f2"
url "https://github.com/model-checking/cbmc-starter-kit.git",
tag: "starterkit-2.0",
revision: "158633b1a90229cba2cfd31c2fc5e05ef2699880"
license "MIT-0"

depends_on "[email protected]"
Expand Down

0 comments on commit 9411ea5

Please sign in to comment.