diff options
author | root <root@rshg054.dnsready.net> | 2012-03-27 00:01:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-27 00:01:20 +0000 |
commit | c8729cab8302ab82e01135a22fb9fa9704f1559b (patch) | |
tree | f272d52815dcaf543aaf60177bdfc7d28e22e201 /community/flashrom/PKGBUILD | |
parent | cf507a0dbf5ee8258e49256049b420ac8e191387 (diff) |
Tue Mar 27 00:01:20 UTC 2012
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r-- | community/flashrom/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD index f2fe8fd82..45df02832 100644 --- a/community/flashrom/PKGBUILD +++ b/community/flashrom/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 66659 2012-02-27 00:56:28Z giovanni $ +# $Id: PKGBUILD 68472 2012-03-25 09:15:40Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Cilyan Olowen <gaknar@gmail.com> # Contributor: fill <mailbox@fillo.ru> # Contributor: Anton Shestakov <engored*ya.ru> pkgname=flashrom -pkgver=0.9.5.1 +pkgver=0.9.5.2 pkgrel=1 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.flashrom.org/" @@ -14,7 +14,7 @@ license=('GPL') depends=('libftdi' 'pciutils') optdepends=('dmidecode: for SMBIOS/DMI table decoder support') source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2") -md5sums=('3b82658d71fb852aa45001cdf5f3e013') +md5sums=('280f8b1d3ef0533d6ec913b0da857477') build() { cd "${srcdir}/${pkgname}-${pkgver}" |