Date: Sunday, February 14, 2010 @ 13:21:11 Author: thomas Revision: 68875
upgpkg: 0.6.1->0.6.2: Fix critical bug with booting from USB Modified: mkinitcpio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-14 17:49:09 UTC (rev 68874) +++ PKGBUILD 2010-02-14 18:21:11 UTC (rev 68875) @@ -4,7 +4,7 @@ # Maintainer: Aaron Griffin <[email protected]> pkgname=mkinitcpio -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=1 pkgdesc="Modular initramfs image creation utility" arch=(any) @@ -21,7 +21,7 @@ 'klibc-module-init-tools' 'klibc-udev') source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz) backup=(etc/mkinitcpio.conf) -sha256sums=('be02f6250098320eeddfa5eaf5d3094da8a9adeb8c8888ea7e77e1192009351f') +sha256sums=('f68b96130e044938aa11ae44e0cee980e90d480e078acc6124398a88e373431f') build() { :
