From f28bf5ba0cecb869da9b0dfe956d078754d64a79 Mon Sep 17 00:00:00 2001 From: Daniel Larraz Date: Fri, 16 Aug 2024 18:14:38 +0200 Subject: [PATCH] Update cvc5 version to 1.2.0 (#10) --- .github/workflows/publish.yml | 4 ++-- Formula/cvc5.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e2a27e..c865ef1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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" diff --git a/Formula/cvc5.rb b/Formula/cvc5.rb index eddfe99..ae6e4ff 100644 --- a/Formula/cvc5.rb +++ b/Formula/cvc5.rb @@ -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"