diff --git a/cbmodels.json b/cbmodels.json index f88afc8..c43e209 100644 --- a/cbmodels.json +++ b/cbmodels.json @@ -44,12 +44,12 @@ "sha1": "f8e6af1736b9bc67db461375e9b5053842641a97" }, "peppy-cypress": { - "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-peppy-mrchromebox_20220409.rom", - "sha1": "9e6faff8eeebaa0c4f7a2db5786167cec932a8e0" + "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-peppy-mrchromebox_20220416.rom", + "sha1": "c880a96fc612c77947e59429b4415be64aeb90a0" }, "peppy-elan": { - "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-peppy-mrchromebox_20220409.rom", - "sha1": "9e6faff8eeebaa0c4f7a2db5786167cec932a8e0" + "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-peppy-mrchromebox_20220416.rom", + "sha1": "c880a96fc612c77947e59429b4415be64aeb90a0" }, "tricky": { "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-tricky-mrchromebox_20220409.rom", diff --git a/sources.sh b/sources.sh index 76efc8c..3a1ba2a 100644 --- a/sources.sh +++ b/sources.sh @@ -3,7 +3,7 @@ #define these here for easy updating -export script_date="[2022-04-12]" +export script_date="[2022-04-16]" #where the stuff is export util_source="https://www.mrchromebox.tech/files/util/" @@ -41,7 +41,7 @@ export coreboot_uefi_leon="coreboot_tiano-leon-mrchromebox_20220409.rom" export coreboot_uefi_mccloud="coreboot_tiano-mccloud-mrchromebox_20220409.rom" export coreboot_uefi_monroe="coreboot_tiano-monroe-mrchromebox_20220409.rom" export coreboot_uefi_panther="coreboot_tiano-panther-mrchromebox_20220409.rom" -export coreboot_uefi_peppy="coreboot_tiano-peppy-mrchromebox_20220409.rom" +export coreboot_uefi_peppy="coreboot_tiano-peppy-mrchromebox_20220416.rom" export coreboot_uefi_tricky="coreboot_tiano-tricky-mrchromebox_20220409.rom" export coreboot_uefi_wolf="coreboot_tiano-wolf-mrchromebox_20220409.rom" export coreboot_uefi_zako="coreboot_tiano-zako-mrchromebox_20220409.rom"