Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/limine/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'limine'
pkgname=limine
version=12.3.0
version=12.3.1
revision=1
build_style=gnu-configure
configure_args="--enable-all"
_llvmver=22
hostmakedepends="mtools nasm llvm${_llvmver} clang${_llvmver} lld${_llvmver}"
short_desc="Advanced, portable, multiprotocol bootloader"
short_desc="Modern, secure, 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/refs/heads/trunk/ChangeLog"
distfiles="https://github.com/Limine-Bootloader/Limine/releases/download/v${version}/limine-${version}.tar.gz"
checksum=de532a72c082d233ff50c917b1cb103d08e52faae4b89e964491695d9fac243c
checksum=a2b928b716eeb15e208a8cc32e4519b8b6401cd4b81999df8fe1178b9b524565

post_install() {
vlicense COPYING
Expand Down