mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
zfsbootmenu: update to 2.0.0.
This commit is contained in:
parent
ffe0d39a79
commit
00794539bc
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'zfsbootmenu'
|
# Template file for 'zfsbootmenu'
|
||||||
pkgname=zfsbootmenu
|
pkgname=zfsbootmenu
|
||||||
version=1.12.0
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
conf_files="/etc/zfsbootmenu/config.yaml"
|
|
||||||
depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses
|
depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses
|
||||||
perl-Config-IniFiles perl-Sort-Versions perl-boolean perl-YAML-PP"
|
perl-Config-IniFiles perl-Sort-Versions perl-boolean perl-YAML-PP"
|
||||||
short_desc="ZFS Boot Environment menu, implemented in Dracut"
|
short_desc="ZFS Boot Environment menu, implemented in Dracut"
|
||||||
|
@ -12,7 +11,8 @@ license="MIT"
|
||||||
homepage="https://github.com/zbm-dev/zfsbootmenu"
|
homepage="https://github.com/zbm-dev/zfsbootmenu"
|
||||||
changelog="https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/zbm-dev/zfsbootmenu/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zbm-dev/zfsbootmenu/archive/v${version}.tar.gz"
|
||||||
checksum=b90b1a055fe5744fb34a49718b49265e800f8f6e19456c3fa3619a48a036f359
|
checksum=466496e896a992fea9d46c55e48c6fcec1ab62b7022476571f0c41c015e31b13
|
||||||
|
conf_files="/etc/zfsbootmenu/config.yaml /etc/zfsbootmenu/mkinitcpio.conf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue