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
8 changes: 4 additions & 4 deletions srcpkgs/limine/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'limine'
pkgname=limine
version=11.2.1
version=11.3.1
revision=1
build_style=gnu-configure
configure_args="--enable-all"
Expand All @@ -10,9 +10,9 @@ short_desc="Advanced, portable, multiprotocol bootloader"
maintainer="Mintsuki <mintsuki@protonmail.com>"
license="BSD-2-Clause"
homepage="https://limine-bootloader.org/"
changelog="https://codeberg.org/Limine/Limine/raw/branch/trunk/ChangeLog"
distfiles="https://codeberg.org/Limine/Limine/releases/download/v${version}/limine-${version}.tar.gz"
checksum=1d0ab886b8ee213418f626b5cf8a4a89df35f967d7f421945124147ef04f3e01
changelog="https://github.com/Limine-Bootloader/Limine/raw/branch/trunk/ChangeLog"
distfiles="https://github.com/Limine-Bootloader/Limine/releases/download/v${version}/limine-${version}.tar.gz"
checksum=eefb2ddf7472027eaad2d24d2ef9ab12281514cf9ec546a3e3a759df2d8654e7

post_install() {
vlicense COPYING
Expand Down