mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
limine: update to 9.3.2.
This commit is contained in:
parent
315498e2e1
commit
a94c6430b7
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'limine'
|
||||
pkgname=limine
|
||||
version=9.3.0
|
||||
version=9.3.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
|
||||
hostmakedepends="mtools nasm llvm clang lld"
|
||||
_llvmver=19
|
||||
hostmakedepends="mtools nasm llvm${_llvmver} clang${_llvmver} lld${_llvmver}"
|
||||
short_desc="Advanced, portable, multiprotocol bootloader"
|
||||
maintainer="Mintsuki <mintsuki@protonmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://limine-bootloader.org/"
|
||||
changelog="https://raw.githubusercontent.com/limine-bootloader/limine/trunk/ChangeLog"
|
||||
distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.gz"
|
||||
checksum=f6b6e498f16ddc12de86791802892d7cee001ead42d30cc63c9666ebb2b16d0b
|
||||
checksum=698ccd804aeb951208bf88667a47683cc099e20e710d821e4d42611247eeb894
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue