mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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
|
||||
|
||||
pkgname=busybox
|
||||
pkgver=1.26.1
|
||||
pkgver=1.26.2
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities for rescue and embedded systems"
|
||||
arch=("i686" "x86_64")
|
||||
|
@ -16,7 +16,7 @@ makedepends=("make" "gcc" "sed" "ncurses")
|
|||
install=busybox.install
|
||||
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
|
||||
"config")
|
||||
sha256sums=('0fbbe487fa35cc3258749cf79c259578c1a221013cc4fb60d6a3542590f781f2'
|
||||
sha256sums=('da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16'
|
||||
'ee3f947d8194a85b0adc150db8000d09c3fc31827ab259954a2c1ea9e646df6c')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue