zfsbootmenu: update to 1.12.0.
This commit is contained in:
parent
ff6548c531
commit
87dcc4b867
1 changed files with 3 additions and 12 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'zfsbootmenu'
|
||||
pkgname=zfsbootmenu
|
||||
version=1.11.0
|
||||
version=1.12.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
conf_files="/etc/zfsbootmenu/config.yaml"
|
||||
depends="dracut zfs kexec-tools 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"
|
||||
short_desc="ZFS Boot Environment menu, implemented in Dracut"
|
||||
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||
|
@ -12,16 +12,7 @@ license="MIT"
|
|||
homepage="https://github.com/zbm-dev/zfsbootmenu"
|
||||
changelog="https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/zbm-dev/zfsbootmenu/archive/v${version}.tar.gz"
|
||||
checksum=864ffc148b33223c9c7659dff42a89869db1aa56821b0633030e6ea1e41cb39c
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
|
||||
depends+=" fzf"
|
||||
;;
|
||||
*)
|
||||
depends+=" skim"
|
||||
;;
|
||||
esac
|
||||
checksum=b90b1a055fe5744fb34a49718b49265e800f8f6e19456c3fa3619a48a036f359
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue