u-boot-tools: 2020.10 -> 2021.01

This commit is contained in:
Tim Biermann 2021-01-28 15:21:01 +00:00
parent 5b8c4bc7d3
commit 7a7148b839
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TniA4TU51iUDGONcgVEKINbprqCPevu/LeqWl0eUDTUiSWZQj91vBY/xrQemgHQol9SYJYs+fHO05dQ6ZrSVwM=
SHA256 (Pkgfile) = 88fcb702dd4e2e96c3bcbfec4bee3deba86cb500a40600dc2d3d0a2da4d906c4
RWSE3ohX2g5d/Vz1+SZfHvWGdKgMX+p8ggFuIUiWT6cxUUNvvMzUB1TaWGfw0If0PojiEtAy1ungbIQnIPYtWeCXtJwghGzsAgc=
SHA256 (Pkgfile) = 6ced5ec8f645d7b7ac5f5610fcf76771ddbdec037045226bbaa91c81cb555dbc
SHA256 (.footprint) = 5be4d495b3869ee52e7a232f0769548048a2782eb5518c1a1aea7f4254274eb9
SHA256 (u-boot-2020.10.tar.bz2) = 0d481bbdc05c0ee74908ec2f56a6daa53166cc6a78a0e4fac2ac5d025770a622
SHA256 (u-boot-2021.01.tar.bz2) = b407e1510a74e863b8b5cb42a24625344f0e0c2fc7582d8c866bd899367d0454

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=u-boot-tools
version=2020.10
version=2021.01
release=1
source=(https://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2)
@ -17,4 +17,4 @@ build() {
install -d -m 0755 $PKG/usr/{bin,share/man/man1}
install -m 0755 tools/mk{,env}image $PKG/usr/bin
install -m 0644 doc/mkimage.1 $PKG/usr/share/man/man1
}
}