diff options
Diffstat (limited to 'community/crash')
-rw-r--r-- | community/crash/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/crash/PKGBUILD b/community/crash/PKGBUILD index 850df9fe9..3cf37fa71 100644 --- a/community/crash/PKGBUILD +++ b/community/crash/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 106055 2014-02-21 18:36:18Z anatolik $ +# $Id: PKGBUILD 109605 2014-04-16 17:01:53Z anatolik $ # Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com> # Contributor: Bernhard Walle <bernhard.walle@gmx.de> # Contributor: Michael Eckert <michael.eckert@linuxmail.org> # Contributor: Mathieu Pasquet <mathieui@mathieui.net> pkgname=crash -pkgver=7.0.5 -pkgrel=2 +pkgver=7.0.6 +pkgrel=1 pkgdesc='Linux kernel crashdump analysis tool' url='http://people.redhat.com/~anderson' arch=(i686 x86_64) license=(GPL) depends=(xz ncurses zlib) source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz) -sha256sums=('d5c5b2c8a5dc1e85d38d847cdfea1aa37a58ad38711bc3727c28f22618bfe64c') +sha256sums=('c347c44c9a69f914de2192b3b1ba48b9a6c5fcbd4e2de909d00d176f2ea0ed29') prepare() { cd crash-$pkgver |