Skip to content

Commit

Permalink
Revert "boost 1.80,0 to 1.81.0"
Browse files Browse the repository at this point in the history
This reverts commit d94fa6a.
  • Loading branch information
justinvforvendetta committed Sep 6, 2024
1 parent d94fa6a commit 104f716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions depends/packages/boost.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=boost
$(package)_version=1.81.0
$(package)_download_path=https://archives.boost.io/release/$($(package)_version)/source/
$(package)_file_name=boost_$(subst .,_,$($(package)_version)).tar.gz
$(package)_sha256_hash=205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6
$(package)_version=1.80.0
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$($(package)_version)/source/
$(package)_file_name=boost_$(subst .,_,$($(package)_version)).tar.bz2
$(package)_sha256_hash=1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0

$(package)_compiler=
ifeq ($(CLANG_ARG),true)
Expand Down

0 comments on commit 104f716

Please sign in to comment.