diff options
Diffstat (limited to 'config/git')
-rw-r--r-- | config/git/bios_extract/pkg.cfg | 4 | ||||
-rw-r--r-- | config/git/coreboot/pkg.cfg | 4 | ||||
-rw-r--r-- | config/git/deguard/pkg.cfg | 6 | ||||
-rw-r--r-- | config/git/libarchive/pkg.cfg | 5 | ||||
-rw-r--r-- | config/git/me_cleaner/pkg.cfg | 5 | ||||
-rw-r--r-- | config/git/pcsx-redux/pkg.cfg | 2 | ||||
-rw-r--r-- | config/git/seabios/pkg.cfg | 4 |
7 files changed, 20 insertions, 10 deletions
diff --git a/config/git/bios_extract/pkg.cfg b/config/git/bios_extract/pkg.cfg index 8489f385..95879be6 100644 --- a/config/git/bios_extract/pkg.cfg +++ b/config/git/bios_extract/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later rev="0a7bc1d71735ef97b00dfec0fd54a02fcc5d1bb0" -url="https://review.coreboot.org/bios_extract" -bkup_url="https://github.com/coreboot/bios_extract" +url="https://github.com/coreboot/bios_extract" +bkup_url="https://review.coreboot.org/bios_extract" diff --git a/config/git/coreboot/pkg.cfg b/config/git/coreboot/pkg.cfg index 2a23ee5c..ee81a0d4 100644 --- a/config/git/coreboot/pkg.cfg +++ b/config/git/coreboot/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later rev="HEAD" -url="https://review.coreboot.org/coreboot" -bkup_url="https://github.com/coreboot/coreboot.git" +url="https://github.com/coreboot/coreboot.git" +bkup_url="https://review.coreboot.org/coreboot" diff --git a/config/git/deguard/pkg.cfg b/config/git/deguard/pkg.cfg index 300417ca..1d560890 100644 --- a/config/git/deguard/pkg.cfg +++ b/config/git/deguard/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -rev="de176a7f20650b272a01efb633931a63128c1647" -url="https://review.coreboot.org/deguard" -bkup_url="https://codeberg.org/libreboot/deguard" +rev="0ed3e4ff824fc42f71ee22907d0594ded38ba7b2" +url="https://codeberg.org/libreboot/deguard" +bkup_url="https://review.coreboot.org/deguard" diff --git a/config/git/libarchive/pkg.cfg b/config/git/libarchive/pkg.cfg new file mode 100644 index 00000000..afce5b26 --- /dev/null +++ b/config/git/libarchive/pkg.cfg @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +rev="9525f90ca4bd14c7b335e2f8c84a4607b0af6bdf" +url="https://codeberg.org/libreboot/libarchive" +bkup_url="https://git.disroot.org/libreboot/libarchive" diff --git a/config/git/me_cleaner/pkg.cfg b/config/git/me_cleaner/pkg.cfg new file mode 100644 index 00000000..8a09d9c3 --- /dev/null +++ b/config/git/me_cleaner/pkg.cfg @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +rev="f20532d90378120b1ed2e710cecb36505cc70c31" +url="https://codeberg.org/libreboot/me_cleaner" +bkup_url="https://git.disroot.org/libreboot/me_cleaner" diff --git a/config/git/pcsx-redux/pkg.cfg b/config/git/pcsx-redux/pkg.cfg index 88443cb3..d63d6b84 100644 --- a/config/git/pcsx-redux/pkg.cfg +++ b/config/git/pcsx-redux/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -rev="6ec5348058413619b290b069adbdae68180ce8c0" +rev="8f8cc3d5637dedd6ca1e40b5407127e2afc18b34" url="https://github.com/grumpycoders/pcsx-redux" bkup_url="https://codeberg.org/vimuser/pcsx-redux" diff --git a/config/git/seabios/pkg.cfg b/config/git/seabios/pkg.cfg index 0ee91a00..4280c6fd 100644 --- a/config/git/seabios/pkg.cfg +++ b/config/git/seabios/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later rev="HEAD" -url="https://review.coreboot.org/seabios" -bkup_url="https://github.com/coreboot/seabios" +url="https://github.com/coreboot/seabios" +bkup_url="https://review.coreboot.org/seabios" |