Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libexpat moved to github
Browse files Browse the repository at this point in the history
expat: use release archive

SynoCommunity#4545 (comment)
publicarray committed Apr 12, 2021
1 parent 587847e commit f646004
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cross/expat/Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ PKG_NAME = expat
PKG_VERS = 2.2.7
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://downloads.sourceforge.net/project/$(PKG_NAME)/$(PKG_NAME)/$(PKG_VERS)
PKG_DIST_SITE = https://github.com/libexpat/lib$(PKG_NAME)/releases/download/R_$(subst .,_,$(PKG_VERS))
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =
2 changes: 1 addition & 1 deletion cross/uriparser/Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ PKG_NAME = uriparser
PKG_VERS = 0.9.5
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/uriparser/uriparser/archive/refs/tags
PKG_DIST_SITE = https://github.com/$(PKG_NAME)/$(PKG_NAME)/archive/refs/tags
PKG_DIR = $(PKG_NAME)-$(PKG_NAME)-$(PKG_VERS)

HOMEPAGE = https://uriparser.github.io/

0 comments on commit f646004

Please sign in to comment.