From 289712eaedb309781ab7ddc6ef38e5099bd78950 Mon Sep 17 00:00:00 2001 From: Takahiro Ueda Date: Tue, 8 Oct 2024 20:04:51 +0900 Subject: [PATCH] reduze 2.6 --- .github/workflows/test.yml | 1 + Formula/reduze.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d330c38..a53984c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,7 @@ jobs: - kira - lanhep - qgraf + - reduze runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew diff --git a/Formula/reduze.rb b/Formula/reduze.rb index 9edadc2..642c1ad 100644 --- a/Formula/reduze.rb +++ b/Formula/reduze.rb @@ -1,8 +1,8 @@ class Reduze < Formula desc "Distributed Feynman Integral Reduction" homepage "https://reduze.hepforge.org/" - url "https://reduze.hepforge.org/download/reduze-2.5.tar.gz" - sha256 "43c05ec8bc4c0865c92a326c4f482d67b4dc94ceaad9d7dbedfab3c4e099af8d" + url "https://reduze.hepforge.org/download/reduze-2.6.tar.gz" + sha256 "472f17b1c411620e9dc5c30acf76a5c202eb90d15b2c25568c8a2f2c80e48050" option "with-yaml-cpp", "Build with brewed yaml-cpp" option "without-test", "Skip build-time tests"