Skip to content

Commit

Permalink
libexpat moved to github
Browse files Browse the repository at this point in the history
expat: use release archive

SynoCommunity#4545 (comment)
  • Loading branch information
publicarray committed Apr 12, 2021
1 parent 587847e commit f646004
Show file tree
Hide file tree
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
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion cross/uriparser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f646004

Please sign in to comment.