diff options
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r-- | community/flashrom/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD index cc7bb1cd5..fbc45f7c3 100644 --- a/community/flashrom/PKGBUILD +++ b/community/flashrom/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 91099 2013-05-19 13:18:48Z giovanni $ +# $Id: PKGBUILD 95621 2013-08-15 04:30:28Z 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.6.1 -pkgrel=2 +pkgver=0.9.7 +pkgrel=1 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.flashrom.org/" arch=('i686' 'x86_64') @@ -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=('407e836c0a2b17ec76583cb6809f65e5') +md5sums=('d239bafa1b46619d851f70f84a5b122a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |