git » flashprog.git » commit 803954d

upstream release

author Giovanni Scafora
2012-02-22 12:25:37 UTC
committer Giovanni Scafora
2012-02-22 12:25:37 UTC
parent e2cc044c8fbc09ddca837177ec29af04246163e1

upstream release

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 189e773..540850b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
 # Contributor: Anton Shestakov <engored*ya.ru>
 
 pkgname=flashrom
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
-url="http://www.coreboot.org/Flashrom/"
+url="http://www.coreboot.org/Flashrom"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libftdi')
 makedepends=('zlib' 'pciutils')
 source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('d739a91aece12cc1e622038bb199541c')
+md5sums=('6ec5ef19c92e4dc761de9486eee2b30d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"