diff options
Diffstat (limited to 'sysutils/flashrom')
-rw-r--r-- | sysutils/flashrom/Makefile | 3 | ||||
-rw-r--r-- | sysutils/flashrom/distinfo | 6 | ||||
-rw-r--r-- | sysutils/flashrom/pkg-descr | 14 |
3 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index f26a634d2cb3..91194a515a5d 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -6,8 +6,7 @@ # PORTNAME= flashrom -PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTVERSION= 0.9.2 CATEGORIES= sysutils MASTER_SITES= http://qa.coreboot.org/releases/ diff --git a/sysutils/flashrom/distinfo b/sysutils/flashrom/distinfo index e939995e2af3..83ec8df46fde 100644 --- a/sysutils/flashrom/distinfo +++ b/sysutils/flashrom/distinfo @@ -1,3 +1,3 @@ -MD5 (flashrom-0.9.1.tar.bz2) = 2b7cc0e45a0ac4c6d43c0f7cd05b041a -SHA256 (flashrom-0.9.1.tar.bz2) = 88db7a739d315f25e10f318b1dee070af57124965b5edcbfc17239d080aeafe0 -SIZE (flashrom-0.9.1.tar.bz2) = 143890 +MD5 (flashrom-0.9.2.tar.bz2) = 21751b4ea93c5a82c725adae7b63014a +SHA256 (flashrom-0.9.2.tar.bz2) = 6788efb3dfe4c6a2e0073f80a1952747bea82b1396b6369ca0d6e9a5cf5f269d +SIZE (flashrom-0.9.2.tar.bz2) = 209517 diff --git a/sysutils/flashrom/pkg-descr b/sysutils/flashrom/pkg-descr index e3620cd3f8e3..b3be8264f659 100644 --- a/sysutils/flashrom/pkg-descr +++ b/sysutils/flashrom/pkg-descr @@ -1,8 +1,10 @@ -flashrom is a utility for reading, writing, verifying and erasing flash ROM -chips. It's often used to flash BIOS/coreboot/firmware images. +flashrom is a utility for detecting, reading, writing, verifying and erasing +flash chips. It is often used to flash BIOS/EFI/coreboot/firmware images +in-system using a supported mainboard, but it also supports flashing of network +cards (NICs), SATA controller cards, and other external devices which can +program flash chips. -It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and -TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash, -or SPI. +It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and TSOP40 +chips, which use various protocols such as LPC, FWH, parallel flash, or SPI. -WWW: http://www.coreboot.org/Flashrom +WWW: http://www.flashrom.org/ |