mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 09:11:56 +00:00
The end year is legally and functionally redundant, and more importantly causes cherry-pick conflicts when trying to maintain old branches. Use git for history.
17 lines
571 B
XML
17 lines
571 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2017 Richard Hughes <richard@hughsie.com> -->
|
|
<component type="firmware">
|
|
<id>com.hughski.test.firmware</id>
|
|
<provides>
|
|
<firmware type="flashed">12345678-1234-1234-1234-123456789012</firmware>
|
|
</provides>
|
|
<releases>
|
|
<release version="1.2.4" timestamp="1424116755">
|
|
<checksum filename="firmware-124.bin" target="content"/>
|
|
</release>
|
|
<release version="1.2.3" timestamp="1424116754">
|
|
<checksum filename="firmware-123.bin" target="content"/>
|
|
</release>
|
|
</releases>
|
|
</component>
|