toybox: update to 0.8.7.

This commit is contained in:
mobinmob 2022-05-14 18:28:39 +03:00 committed by Érico Nogueira Rolim
parent 6ab45118e1
commit 4847a78025

View File

@ -1,6 +1,6 @@
# Template file for 'toybox'
pkgname=toybox
version=0.8.5
version=0.8.7
revision=1
create_wrksrc=yes
short_desc="BSD-licensed alternative to busybox"
@ -8,7 +8,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="0BSD"
homepage="http://www.landley.net/toybox"
distfiles="http://www.landley.net/toybox/downloads/toybox-${version}.tar.gz"
checksum=bfd230c187726347f7e31a1fc5841705871dfe4f3cbc6628f512b54e57360949
checksum=b508bf336f82cb0739b77111f945931d1a143b5a53905cb753cd2607cfdd1494
post_extract() {
mv toybox-${version} toybox
@ -40,6 +40,7 @@ _rm_failing_tests() {
rm tests/hostname.test
rm tests/losetup.test
rm tests/rmdir.test
rm tests/rm.test
}
do_check() {