diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-21 03:40:08 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-21 03:40:08 +0000 |
commit | 6f1efdf04cd569f1191e365ac4c5d473bdfe2c15 (patch) | |
tree | e753b186882be1bf12fae5dfd53b2f73625ae2ea /community/busybox | |
parent | f4e0d41bdfa80b65960c85d4d526814a91f52e62 (diff) |
Tue Jan 21 03:36:05 UTC 2014
Diffstat (limited to 'community/busybox')
-rw-r--r-- | community/busybox/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD index c1b37a5e6..fd2ab4bd3 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 103683 2014-01-09 13:30:06Z spupykin $ +# $Id: PKGBUILD 104422 2014-01-20 13:27:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jens Pranaitis <jens@jenux.homelinux.org> pkgname=busybox -pkgver=1.22.0 +pkgver=1.22.1 pkgrel=1 pkgdesc="Utilities for rescue and embedded systems" arch=("i686" "x86_64") @@ -13,7 +13,7 @@ makedepends=("make" "gcc" "sed" "ncurses") source=($url/downloads/$pkgname-$pkgver.tar.bz2 config) install=busybox.install -md5sums=('ac1881d1cdeb0729b22c663feaf1c663' +md5sums=('337d1a15ab1cb1d4ed423168b1eb7d7e' 'e7c697e37b2120f0e0a354c48180cde4') build() { |