Skip to content

Commit

Permalink
Update cvc5 version to 1.2.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz authored Aug 16, 2024
1 parent 0f16447 commit f28bf5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.actor }}
PULL_REQUEST: ${{ github.event.pull_request.number }}
run: brew pr-pull --debug --tap=$GITHUB_REPOSITORY $PULL_REQUEST
run: brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"

- name: Push commits
uses: Homebrew/actions/git-try-push@master
Expand All @@ -32,4 +32,4 @@ jobs:
if: github.event.pull_request.head.repo.fork == false
env:
BRANCH: ${{ github.event.pull_request.head.ref }}
run: git push --delete origin $BRANCH
run: git push --delete origin "$BRANCH"
2 changes: 1 addition & 1 deletion Formula/cvc5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Cvc5 < Formula

desc "Efficient open-source automatic theorem prover for SMT problems"
homepage "https://cvc5.github.io/"
url "https://github.com/cvc5/cvc5.git", tag: "cvc5-1.1.2"
url "https://github.com/cvc5/cvc5.git", tag: "cvc5-1.2.0"
head "https://github.com/cvc5/cvc5.git", branch: "main"

option "with-java-bindings", "Build Java bindings based on new C++ API"
Expand Down

0 comments on commit f28bf5b

Please sign in to comment.