Browse Source

Boost download has been broken for over a week, so we will host our own

pull/384/head
Duke 4 months ago
parent
commit
323d2134a1
  1. 7
      depends/packages/boost.mk

7
depends/packages/boost.mk

@ -1,9 +1,12 @@
package=boost
$(package)_version=1_72_0
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$(subst _,.,$($(package)_version))/source/
#$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$(subst _,.,$($(package)_version))/source/
#$(package)_file_name=$(package)_$($(package)_version).tar.bz2
$(package)_sha256_hash=59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
$(package)_download_path=https://git.hush.is/attachments
$(package)_file_name=94bfb5e0-7e29-4162-a066-bfd00e6b0db1
$(package)_download_file=94bfb5e0-7e29-4162-a066-bfd00e6b0db1
$(package)_patches=fix-Solaris.patch
define $(package)_set_vars

Loading…
Cancel
Save