mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/busybox to 1.28.2-1
This commit is contained in:
parent
a8aa5cca13
commit
71d4c89605
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue