mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
boost: fix PKG_SOURCE_URL
boostorg.jfrog.io is no longer available for download, so remove it. use archives.boost.io (fastly cdn) to download first. Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
committed by
Wesley Gimenes
parent
17ca12ae5a
commit
8132d65226
@@ -16,7 +16,7 @@ PKG_SOURCE_VERSION:=1_89_0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_SOURCE_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION) https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERSION)/source/
|
||||
PKG_SOURCE_URL:=https://archives.boost.io/release/$(PKG_VERSION)/source @SF/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERSION)
|
||||
PKG_HASH:=85a33fa22621b4f314f8e85e1a5e2a9363d22e4f4992925d4bb3bc631b5a0c7a
|
||||
|
||||
PKG_MAINTAINER:=Carlos M. Ferreira <carlosmf.pt@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user