diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-30 10:38:12 -0300 |
commit | 2c94bd2955b56b177726687b71d4b443a8e1a9f3 (patch) | |
tree | 67bacd5fb46f35200c13f195a97641698b2c17cd /core/mkinitcpio-busybox/PKGBUILD | |
parent | c38ea439c0779806288a1fa5bc6801c350623c6a (diff) | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/projectm/PKGBUILD
core/udev/PKGBUILD
extra/libdmapsharing/PKGBUILD
multilib/lib32-udev/PKGBUILD
multilib/wine/PKGBUILD
Diffstat (limited to 'core/mkinitcpio-busybox/PKGBUILD')
-rw-r--r-- | core/mkinitcpio-busybox/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/mkinitcpio-busybox/PKGBUILD b/core/mkinitcpio-busybox/PKGBUILD index 7b11f8318..7b59c45c8 100644 --- a/core/mkinitcpio-busybox/PKGBUILD +++ b/core/mkinitcpio-busybox/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 107680 2011-01-26 22:30:45Z thomas $ +# $Id: PKGBUILD 123921 2011-05-14 11:29:02Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=mkinitcpio-busybox -pkgver=1.18.2 +pkgver=1.18.4 pkgrel=1 pkgdesc="base initramfs tools" arch=('i686' 'x86_64' 'mips64el') @@ -10,7 +10,7 @@ license=('GPL') depends=('glibc') source=(http://busybox.net/downloads/busybox-${pkgver}.tar.bz2 config) -sha256sums=('aa7e1cec8cd9c7f4e56098b9e4bb2ab5d593d5a35f766ad9e6a312289bf57080' +sha256sums=('4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa' 'dd6dca08fbc335f1394e0f1b619df6895349c759d0c6e43456aed411e16d4194') build() { |