Fix expat link

This commit is contained in:
Jeremy Soller 2018-03-01 19:23:12 -07:00
parent cc22c487ec
commit 16a8304066

View File

@ -1,5 +1,5 @@
VERSION=2.2.1
TAR=http://downloads.sourceforge.net/project/expat/expat/$VERSION/expat-$VERSION.tar.bz2
TAR=https://github.com/libexpat/libexpat/releases/download/R_${VERSION//./_}/expat-${VERSION}.tar.bz2
function recipe_version {
echo "$VERSION"