zfsbootmenu: update to 2.2.0.

This commit is contained in:
classabbyamp 2023-05-21 20:33:48 -04:00
parent 4082061a68
commit 476c08be59
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'zfsbootmenu' # Template file for 'zfsbootmenu'
pkgname=zfsbootmenu pkgname=zfsbootmenu
version=2.1.0 version=2.2.0
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses depends="dracut zfs kexec-tools fzf bash pigz mbuffer ncurses
@ -10,8 +10,8 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT" 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/refs/tags/v${version}.tar.gz"
checksum=5c266aa33953f05d60f62265be06bbe1fa2139b734f311329d5e01197ab3c1a0 checksum=133ff11e0116da7f1adcf6cba381e80ff2164981ceed92dc814758481f3ec919
conf_files="/etc/zfsbootmenu/config.yaml /etc/zfsbootmenu/mkinitcpio.conf" conf_files="/etc/zfsbootmenu/config.yaml /etc/zfsbootmenu/mkinitcpio.conf"
post_install() { post_install() {