community/busybox to 1.28.2-1

This commit is contained in:
Kevin Mihelich 2018-03-28 12:35:25 +00:00
parent a8aa5cca13
commit 71d4c89605

View file

@ -6,7 +6,7 @@
# - don't build with musl-gcc
pkgname=busybox
pkgver=1.28.1
pkgver=1.28.2
pkgrel=1
pkgdesc="Utilities for rescue and embedded systems"
arch=("x86_64")
@ -16,7 +16,7 @@ makedepends=("make" "gcc" "sed" "ncurses")
install=busybox.install
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
"config")
sha256sums=('98fe1d3c311156c597cd5cfa7673bb377dc552b6fa20b5d3834579da3b13652e'
sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d'
'5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
build() {