misc/flashrom: Updated for version v1.2.
This commit is contained in:
parent
846b6040ac
commit
ed757bdccc
|
@ -22,10 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Currently maintained by Robby Workman <rw@rlworkman.net>
|
||||
# Currently maintained by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=flashrom
|
||||
VERSION=${VERSION:-0.9.9}
|
||||
VERSION=${VERSION:-v1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ChangeLog COPYING README Documentation/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README Documentation/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flashrom"
|
||||
VERSION="0.9.9"
|
||||
VERSION="v1.2"
|
||||
HOMEPAGE="http://flashrom.org"
|
||||
DOWNLOAD="http://download.flashrom.org/releases/flashrom-0.9.9.tar.bz2"
|
||||
MD5SUM="aab9c98925d9cfb5ffb28b67a6112530"
|
||||
DOWNLOAD="https://download.flashrom.org/releases/flashrom-v1.2.tar.bz2"
|
||||
MD5SUM="7f8e4b87087eb12ecee0fcc5445b4956"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue