picolibc: Pull tarballs from github instead of keithp.com

Way more bandwidth at github.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2021-01-07 17:16:59 -08:00
parent 4ae7ed0113
commit e785f7c5c4
2 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
md5 1.4.7.tar.gz a70f6b9690ca5e8ea4af4ed5c10e73c2
sha1 1.4.7.tar.gz 9bff47dce0a1f01ff7f1a16669dc0851bcc76d11
sha256 1.4.7.tar.gz c46d37bbdea6eb1eb658f67d05c8c37f2b7e768e54f4d0b4312da9326c0cd92e
sha512 1.4.7.tar.gz 882e1ce682b084044efa5d2775498168fb0aa49bf5d5a76bc4b47a29ffcc03371e2602ed892e80e8801c2a6a4de340c1ddf0bc963f7b5c53d8c4c4e4a477d9c7
md5 picolibc-1.4.7.tar.xz 4df52b4441c2936b58c450be9235f8e9
sha1 picolibc-1.4.7.tar.xz 22577e9006e605490e6e46c10635d64b7fe20225
sha256 picolibc-1.4.7.tar.xz 6413815591733e0cf04fb8d8eb9c9652984f65f81b4fb2888d3ab988b5f24b91
sha512 picolibc-1.4.7.tar.xz e6a249b3e6910f94aca1d235926fc2804a3e8460ebce460a3e116b07709b70db698eaff40ce9aaeaaaa3b9f2e7ad923b74d4f87fa80993b3252415f80e7988ec

View File

@ -1,7 +1,6 @@
origin='keithp.com'
repository='git https://github.com/keith-packard/picolibc.git'
repository='git https://github.com/picolibc/picolibc.git'
milestones='1.4.7'
archive_filename='@{version}'
relevantpattern='*.*|.*. *.*|.'
archive_formats='.tar.gz'
mirrors='https://github.com/keith-packard/picolibc/archive'
archive_formats='.tar.xz'
mirrors='https://github.com/picolibc/picolibc/releases/download/${CT_PICOLIBC_VERSION}'