We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
acpica-unix2-20210331.tar.gz
1 parent 14d6894 commit 6642b2dCopy full SHA for 6642b2d
1 file changed
bin/fetch_coreboot_crossgcc_archive.sh
@@ -112,6 +112,10 @@ case "$PKG_NAME" in
112
if [ "$PKG_BASENAME" = acpica-unix2-20220331.tar.gz ]; then
113
PKG_BASEURL="https://downloadmirror.intel.com/774879/"
114
fi
115
+
116
+ if [ "$PKG_BASENAME" = acpica-unix2-20210331.tar.gz ]; then
117
+ PKG_BASEURL="https://ftp.gnu.org/gnu/gnuboot/mirrors/acpica.org/"
118
+ fi
119
;;
120
esac
121
0 commit comments