mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
limine: update to 9.6.0.
This commit is contained in:
parent
4ceba0aed1
commit
9ef7c43cff
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'limine'
|
||||
pkgname=limine
|
||||
version=9.5.3
|
||||
version=9.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
|
||||
configure_args="--enable-all"
|
||||
_llvmver=19
|
||||
hostmakedepends="mtools nasm llvm${_llvmver} clang${_llvmver} lld${_llvmver}"
|
||||
short_desc="Advanced, portable, multiprotocol bootloader"
|
||||
|
@ -12,7 +12,7 @@ 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=67d279de110b1799547c7416574335129d40f28cf66e7cb4719a0866652a3672
|
||||
checksum=715f9b2d507cc06553e2127e5a45da41034bcd66a86663176b5a993da1990271
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue