Skip to content

Commit

Permalink
Upgrade to musl libc to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored and indygreg committed Mar 10, 2024
1 parent ea13756 commit e37e463
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pythonbuild/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@
"license_file": "LICENSE.mpdecimal.txt",
},
"musl": {
"url": "https://musl.libc.org/releases/musl-1.2.4.tar.gz",
"size": 1063758,
"sha256": "7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039",
"version": "1.2.4",
"url": "https://musl.libc.org/releases/musl-1.2.5.tar.gz",
"size": 1080786,
"sha256": "a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4",
"version": "1.2.5",
},
"ncurses": {
"url": "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.4.tar.gz",
Expand Down

0 comments on commit e37e463

Please sign in to comment.