We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9737a91 commit 16fbd08Copy full SHA for 16fbd08
pythonbuild/downloads.py
@@ -20,10 +20,10 @@
20
"version": "2.32",
21
},
22
"bzip2": {
23
- "url": "https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/Linux/distributions/bifrost/download/src/bzip2-1.0.6.tar.gz",
24
- "size": 782025,
25
- "sha256": "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd",
26
- "version": "1.0.6",
+ 'url': 'https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz',
+ "size": 810029,
+ "sha256": "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269",
+ "version": "1.0.8",
27
"library_names": ["bz2"],
28
"licenses": ["bzip2-1.0.6"],
29
"license_file": "LICENSE.bzip2.txt",
0 commit comments