mirror of
https://github.com/sebastianbergmann/docker-amiga-gcc.git
synced 2026-05-05 03:49:33 +00:00
Reorder to match c526750b6c/Makefile (L28)
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
#!/usr/bin/env php
|
#!/usr/bin/env php
|
||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
$repositories = [
|
$repositories = [
|
||||||
'adtools/sfdc',
|
|
||||||
'AmigaPorts/libSDL12',
|
|
||||||
'bebbo/amiga-gcc',
|
'bebbo/amiga-gcc',
|
||||||
'bebbo/amiga-netinclude',
|
'bebbo/amiga-netinclude',
|
||||||
'bebbo/aros-stuff',
|
|
||||||
'bebbo/binutils-gdb',
|
'bebbo/binutils-gdb',
|
||||||
'bebbo/clib2',
|
'bebbo/clib2',
|
||||||
'bebbo/fd2pragma',
|
'bebbo/fd2pragma',
|
||||||
|
'cahirwpz/fd2sfd',
|
||||||
'bebbo/gcc',
|
'bebbo/gcc',
|
||||||
'bebbo/ira',
|
'bebbo/ira',
|
||||||
'bebbo/ixemul',
|
'bebbo/ixemul',
|
||||||
|
'jca02266/lha',
|
||||||
'bebbo/libdebug',
|
'bebbo/libdebug',
|
||||||
'bebbo/libnix',
|
'bebbo/libnix',
|
||||||
|
'AmigaPorts/libSDL12',
|
||||||
'bebbo/newlib-cygwin',
|
'bebbo/newlib-cygwin',
|
||||||
'bebbo/vbcc',
|
'adtools/sfdc',
|
||||||
'cahirwpz/fd2sfd',
|
|
||||||
'jca02266/lha',
|
|
||||||
'leffmann/vasm',
|
'leffmann/vasm',
|
||||||
|
'bebbo/vbcc',
|
||||||
'leffmann/vlink',
|
'leffmann/vlink',
|
||||||
|
'bebbo/aros-stuff',
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($repositories as $repository) {
|
foreach ($repositories as $repository) {
|
||||||
|
|||||||
Reference in New Issue
Block a user