Skip to content

Commit 8e0bf4f

Browse files
authored
gh-115119: Update macOS installer to use libmpdecimal 4.0.1. (#140077)
1 parent 4e342ea commit 8e0bf4f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ def library_recipes():
378378
install=f"make && ranlib libsqlite3.a && make install DESTDIR={shellQuote(os.path.join(WORKDIR, 'libraries'))}",
379379
),
380380
dict(
381-
name="libmpdec 4.0.0",
382-
url="https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.0.tar.gz",
383-
checksum="942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c",
381+
name="libmpdec 4.0.1",
382+
url="https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz",
383+
checksum="96d33abb4bb0070c7be0fed4246cd38416188325f820468214471938545b1ac8",
384384
configure_pre=[
385385
"--disable-cxx",
386386
"MACHINE=universal",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use libmpdecimal 4.0.1.

0 commit comments

Comments
 (0)