efivar: fix checksum, not reverting to stable
Upstream obviously moved tags between Feb 28th (build) and March 7th (release of efivar version 31). 31 is pre-release, but seems to be important enough that reverting might break something. Thus we simply fix the checksum for the package and leave this remark. Closes #6705
This commit is contained in:
parent
60cdacfc47
commit
40202805ae
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'efivar'
|
||||
pkgname=efivar
|
||||
version=31
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="popt-devel"
|
||||
short_desc="Tools to manipulate EFI variables"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -9,7 +9,7 @@ license="LGPL-2.1"
|
|||
homepage="https://github.com/rhinstaller/efivar"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
distfiles="https://github.com/rhinstaller/efivar/archive/${version}/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=b825680dc8b2165cd71131277f5a9cd632f9e43a84a33756543b24e7a251b9e0
|
||||
checksum=fa9331b762ab9f0749dd8d58a218701f33e4ea515ac57a120657447e046e6568
|
||||
|
||||
CFLAGS="-D_GNU_SOURCE"
|
||||
|
||||
|
|
Loading…
Reference in New Issue