author | Giovanni Scafora
<giovanni@archlinux.org> 2011-02-02 16:42:39 UTC |
committer | Giovanni Scafora
<giovanni@archlinux.org> 2011-02-02 16:42:39 UTC |
parent | 8f46807083e182b55852203279ebc91ab5c0fb90 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index e0721be..64aefbb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Anton Shestakov <engored*ya.ru> pkgname=flashrom -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=1 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.coreboot.org/Flashrom" @@ -12,8 +12,8 @@ arch=('i686' 'x86_64') license=('GPL') depends=('libftdi') makedepends=('zlib' 'pciutils') -source=(http://qa.coreboot.org/releases/${pkgname}-${pkgver}.tar.bz2) -md5sums=('21751b4ea93c5a82c725adae7b63014a') +source=("http://qa.coreboot.org/releases/${pkgname}-${pkgver}.tar.bz2") +md5sums=('eccdec2764223f5d2839bf577380eaa9') build() { cd "${srcdir}/${pkgname}-${pkgver}"