summaryrefslogtreecommitdiff
path: root/community/flashrom/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-27 10:08:53 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-27 10:08:53 +0200
commit9262eae11412e7e7925ba230761f86fcc3756002 (patch)
tree4caf8c64e442feb4323f8710d5c6d7ee2c3e0d77 /community/flashrom/PKGBUILD
parenta9a4a92d8375d35e09a3cf9d50921d8839d7c79a (diff)
parentc8729cab8302ab82e01135a22fb9fa9704f1559b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdemu-daemon/PKGBUILD community-testing/cdemu-daemon/cdemud.conf community-testing/cdemu-daemon/cdemud.rc extra/perl-bit-vector/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r--community/flashrom/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD
index 151e68d24..9f9423a28 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')
[ "$CARCH" != "mips64el" ] && 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}"