libraries/efivar: Updated for version 37.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
2b2a490dfa
commit
af1f6664d6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for efivar
|
||||
|
||||
# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=efivar
|
||||
VERSION=${VERSION:-35}
|
||||
VERSION=${VERSION:-37}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="efivar"
|
||||
VERSION="35"
|
||||
VERSION="37"
|
||||
HOMEPAGE="https://github.com/rhboot/efivar"
|
||||
DOWNLOAD="https://github.com/rhboot/efivar/archive/35/efivar-35.tar.gz"
|
||||
MD5SUM="4610818a2826c11ef80fbd851c0dc694"
|
||||
DOWNLOAD="https://github.com/rhboot/efivar/archive/37/efivar-37.tar.gz"
|
||||
MD5SUM="c47be879853137b6493fe49dd9c70e1d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue