toybox: update to 0.8.1.

This commit is contained in:
Daniel Eyßer 2019-06-01 01:39:28 +02:00 committed by Helmut Pozimski
parent c7989e5693
commit e31ab5f494

View file

@ -1,14 +1,14 @@
# Template file for 'toybox'
pkgname=toybox
version=0.8.0
version=0.8.1
revision=1
create_wrksrc=yes
short_desc="BSD-licensed alternative to busybox"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="0BSD"
homepage="http://www.landley.net/toybox"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz"
checksum=e3ccecd9446db909437427a026c2788f2a96ac7ebc591c95b35df77f4e923956
distfiles="http://www.landley.net/toybox/downloads/toybox-${version}.tar.gz"
checksum=1ac41e62b809d2ab656479f7f4e20bb71c63c14473f5c7d13f25d4f7fcfefdb3
post_extract() {
mv toybox-${version} toybox
@ -31,10 +31,10 @@ do_build() {
do_check() {
cd toybox
make test
make tests
cd ../toybox-static
make test
make tests
}
do_install() {