Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8fe2d22

Browse files
committed
2022.04+dfsg-2
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 43f534b commit 8fe2d22

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ The license (GPL-2.0) is included in the `*.orig.tar.gz` source archive.
66

77
```console
88
$ wget -q \
9-
http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2021.01+dfsg-5_all.deb \
10-
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg-5.dsc \
9+
http://http.us.debian.org/debian/pool/main/u/u-boot/u-boot-qemu_2022.04+dfsg-2_all.deb \
10+
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2022.04+dfsg-2.dsc \
1111
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg.orig.tar.xz \
12-
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2021.01+dfsg-5.debian.tar.xz
12+
http://deb.debian.org/debian/pool/main/u/u-boot/u-boot_2022.04+dfsg-2.debian.tar.xz
1313

1414
$ sha256sum *
15-
ded78c6eb5bec443933f015baf2303afde458f65121aed6b32c50409ff8d3d15 u-boot-qemu_2021.01+dfsg-5_all.deb
16-
08481d4f4a712ff932f929b767bceb5fcf2974e698e6b4b9f23da31ef84467a6 u-boot_2021.01+dfsg-5.debian.tar.xz
17-
dcad07a093e07eef7268d7f268aecb541ff7bc6c14829d2c417c255464e6facf u-boot_2021.01+dfsg-5.dsc
15+
a7458375b012b7fcab1e816a577f83643529da2e32f5169a73afb9de05ddb415 u-boot-qemu_2022.04+dfsg-2_all.deb
1816
2c2f2422b14630e47b9ebf27cff7941da242512f5bac4ad7af101a933282e7a0 u-boot_2021.01+dfsg.orig.tar.xz
17+
d1cf61bc77e703a465f2e84652f989f482e3e5a60e66dc0b874065eacdebfce8 u-boot_2022.04+dfsg-2.debian.tar.xz
18+
5c26cdbffe2ff41887604bd85343b28be506fc0181aad88d7069fc9173ecba54 u-boot_2022.04+dfsg-2.dsc
1919

20-
$ ar x u-boot-qemu_2021.01+dfsg-5_all.deb data.tar.xz
20+
$ ar x u-boot-qemu_2022.04+dfsg-2_all.deb data.tar.xz
2121
$ tar xf data.tar.xz ./usr/lib/u-boot/qemu-riscv64_smode/uboot.elf
2222
$ mv usr/lib/u-boot/qemu-riscv64_smode/uboot.elf qemu-riscv64_smode_uboot.elf
2323
$ sha256sum qemu-riscv64_smode_uboot.elf
24-
64048432020bda960f397b5a138ea98aa6bbd42db02e8bb34ff3b9320763e36d qemu-riscv64_smode_uboot.elf
24+
d250ede9b4d0ea1871714395edd38a7eb2bc8425b697673cfd15e62e7ee4529c qemu-riscv64_smode_uboot.elf
2525
```

0 commit comments

Comments
 (0)