From f114f44d4b53223c74d250bf4e0aea2e06658d2d Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Thu, 31 Oct 2024 10:14:14 -0400 Subject: [PATCH 1/2] Update for Perple_X v7.1.9 --- P/Perple_X/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/P/Perple_X/build_tarballs.jl b/P/Perple_X/build_tarballs.jl index 7741eba8555..632a12035e6 100644 --- a/P/Perple_X/build_tarballs.jl +++ b/P/Perple_X/build_tarballs.jl @@ -3,11 +3,11 @@ using BinaryBuilder, Pkg name = "Perple_X" -version = v"7.1.8" +version = v"7.1.9" # Collection of sources required to complete build sources = [ - GitSource("https://github.com/jadconnolly/Perple_X.git", "ab94da9819592f331a163c943990111eb99b093b") + GitSource("https://github.com/jadconnolly/Perple_X.git", "1693b998c5ea1666fd0d6d27c905f93d0f17c109") ] # Bash recipe for building across all platforms From 6b35493256cc7d770c877003e360fde77aaf4cba Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Thu, 31 Oct 2024 12:45:33 -0400 Subject: [PATCH 2/2] Update hash --- P/Perple_X/build_tarballs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P/Perple_X/build_tarballs.jl b/P/Perple_X/build_tarballs.jl index 632a12035e6..1d2971898a6 100644 --- a/P/Perple_X/build_tarballs.jl +++ b/P/Perple_X/build_tarballs.jl @@ -7,7 +7,7 @@ version = v"7.1.9" # Collection of sources required to complete build sources = [ - GitSource("https://github.com/jadconnolly/Perple_X.git", "1693b998c5ea1666fd0d6d27c905f93d0f17c109") + GitSource("https://github.com/jadconnolly/Perple_X.git", "bdf871bfb990ec6613c7b443c7cc32a8617632db") ] # Bash recipe for building across all platforms