From 53bbfc2d72f3d18b440342072d7d14200a5ac201 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 14 Nov 2024 20:03:59 -0500 Subject: [PATCH] update Xsum to v3.0 --- X/xsum/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/X/xsum/build_tarballs.jl b/X/xsum/build_tarballs.jl index 8fe86eabb81..974349f6e58 100644 --- a/X/xsum/build_tarballs.jl +++ b/X/xsum/build_tarballs.jl @@ -1,12 +1,12 @@ using BinaryBuilder name = "xsum" -version = v"2.0" +version = v"3.0" # Collection of sources required to build Xsum sources = [ GitSource("https://gitlab.com/radfordneal/xsum.git", - "99cbe733c2f33f2e38e1b89d8d7c3796decef832"), # version 2021-05-17 "2.0" + "b766b3e104cdbd6769c8df033fb430700fce32dd"), # stable-version-3 (2024-11-13) ] # Bash recipe for building across all platforms