mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/busybox to 1.26.2-1
This commit is contained in:
parent
654eb39248
commit
3a49e640c8
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - don't build with musl-gcc
|
# - don't build with musl-gcc
|
||||||
|
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
pkgver=1.26.1
|
pkgver=1.26.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Utilities for rescue and embedded systems"
|
pkgdesc="Utilities for rescue and embedded systems"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
|
@ -16,7 +16,7 @@ makedepends=("make" "gcc" "sed" "ncurses")
|
||||||
install=busybox.install
|
install=busybox.install
|
||||||
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
|
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
|
||||||
"config")
|
"config")
|
||||||
sha256sums=('0fbbe487fa35cc3258749cf79c259578c1a221013cc4fb60d6a3542590f781f2'
|
sha256sums=('da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16'
|
||||||
'ee3f947d8194a85b0adc150db8000d09c3fc31827ab259954a2c1ea9e646df6c')
|
'ee3f947d8194a85b0adc150db8000d09c3fc31827ab259954a2c1ea9e646df6c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue