diff options
Diffstat (limited to 'community/busybox/PKGBUILD')
-rw-r--r-- | community/busybox/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD index 7af95150b..60a20a49d 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56916 2011-10-16 17:30:46Z spupykin $ +# $Id: PKGBUILD 66360 2012-02-24 00:42:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jens Pranaitis <jens@jenux.homelinux.org> pkgname=busybox -pkgver=1.19.2 -pkgrel=3 +pkgver=1.19.4 +pkgrel=1 pkgdesc="Utilities for rescue and embedded systems" arch=("i686" "x86_64") url="http://www.busybox.net" @@ -13,7 +13,7 @@ makedepends=("make" "gcc" "sed" "ncurses") source=($url/downloads/$pkgname-$pkgver.tar.bz2 config) install=busybox.install -md5sums=('50267054345f1a0b77fe65f6e0e5ba29' +md5sums=('9c0cae5a0379228e7b55e5b29528df8e' 'edd5c66c974ccc1b0030fd00beaa1b02') build() { |