diff --git a/srcpkgs/toybox/template b/srcpkgs/toybox/template index 7ea2b25a81f..8f56e95960c 100644 --- a/srcpkgs/toybox/template +++ b/srcpkgs/toybox/template @@ -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 " 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() {