Skip to content

Commit

Permalink
native/yasm: fix for expired cert
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Nov 11, 2021
1 parent 30956e0 commit b3f3f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/yasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = yasm
PKG_VERS = 1.3.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.tortall.net/projects/yasm/releases
PKG_DIST_SITE = https://github.com/yasm/yasm/releases/download/v$(PKG_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =
Expand Down

0 comments on commit b3f3f8a

Please sign in to comment.