mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/mkinitcpio-busybox to 1.29.3-1
This commit is contained in:
parent
9828d2c706
commit
51c69703e1
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Contributor: Dave Reisner <dreisner@archlinux.org>
|
||||
# Contributor: Thomas Bächler <thomas@archlinux.org>
|
||||
|
@ -7,7 +6,7 @@
|
|||
# - removed -mtune, changed -march to v8/v7/v6/v5 compat
|
||||
|
||||
pkgname=mkinitcpio-busybox
|
||||
pkgver=1.29.2
|
||||
pkgver=1.29.3
|
||||
pkgrel=1
|
||||
pkgdesc='Base initramfs tools'
|
||||
arch=(x86_64)
|
||||
|
@ -17,7 +16,7 @@ depends=(glibc)
|
|||
options=(!buildflags)
|
||||
source=(https://busybox.net/downloads/busybox-$pkgver.tar.bz2
|
||||
config)
|
||||
sha256sums=('67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61'
|
||||
sha256sums=('97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7'
|
||||
'2d23922f81a2ebd014463b8ec8d9a6c9845300b921c3a207d4a9144c3cb21cc5')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue