diff options
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 90b7b04a4e..16dbdfd66f 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox -pkgver=1.15.3 -pkgrel=1 +pkgver=1.16.0 +pkgrel=0 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license="GPL-2" @@ -10,8 +10,6 @@ install="$pkgname.post-install $pkgname.post-upgrade" triggers="busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*" source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2 $pkgname-1.11.1-bb.patch - 0001-mount-move-resolve_mount_spec-to-volume_id.patch - 0002-swaponoff-add-uuid-label-support.patch busyboxconfig" build() { @@ -49,8 +47,6 @@ package() { ln -s /bin/busybox "$pkgdir"/bin/sh } -md5sums="6059ac9456de6fb18dc8ee4cd0ec9240 busybox-1.15.3.tar.bz2 +md5sums="2130884e71a1648bfb63c3250c1d288c busybox-1.16.0.tar.bz2 4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch -f928cadef10307c2f14202cfaf3c038c 0001-mount-move-resolve_mount_spec-to-volume_id.patch -82310729ab41d703f3584bc9920dd712 0002-swaponoff-add-uuid-label-support.patch -100c71e6176483bd216e9754da4d6bba busyboxconfig" +9743e7ecd48f37b0d420f64bef7fb2a8 busyboxconfig" |