diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-18 22:39:26 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-18 22:39:26 -0700 |
commit | be399f1046874daa40b15cbb7d74e715ae3714e6 (patch) | |
tree | 4fa20bf4d5027571c5e483e04a644a4bc7091d2c /packages/expat | |
parent | 321990916bd5180b11c598279680794ce9b044e3 (diff) | |
download | crosstool-ng-be399f1046874daa40b15cbb7d74e715ae3714e6.tar.gz crosstool-ng-be399f1046874daa40b15cbb7d74e715ae3714e6.tar.bz2 crosstool-ng-be399f1046874daa40b15cbb7d74e715ae3714e6.zip |
Record tarball formats
Also, missed upgrades of gmp, isl, mingw-w64
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/expat')
-rw-r--r-- | packages/expat/package.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/expat/package.desc b/packages/expat/package.desc index 585ce5e6..6a541b36 100644 --- a/packages/expat/package.desc +++ b/packages/expat/package.desc @@ -2,3 +2,4 @@ repository='git https://github.com/libexpat/libexpat.git' repository_subdir='expat' bootstrap='./buildconf.sh && make -C doc all' mirrors='http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION}' +archive_formats='.tar.bz2' |