zfsbootmenu: update to 1.6.1.

Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
Co-authored-by: Zach Dykstra <dykstra.zachary@gmail.com>
This commit is contained in:
Andrew J. Hesford 2020-10-27 17:08:37 -04:00
parent 8f7a26317d
commit 4dc75cc9a8
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'zfsbootmenu' # Template file for 'zfsbootmenu'
pkgname=zfsbootmenu pkgname=zfsbootmenu
version=1.6.0 version=1.6.1
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
conf_files="/etc/zfsbootmenu/config.yaml" conf_files="/etc/zfsbootmenu/config.yaml"
@ -9,10 +9,10 @@ depends="dracut zfs kexec-tools bash pigz mbuffer
short_desc="ZFS Boot Environment menu, implemented in Dracut" short_desc="ZFS Boot Environment menu, implemented in Dracut"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>" maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/zdykstra/zfsbootmenu" homepage="https://github.com/zbm-dev/zfsbootmenu"
changelog="https://raw.githubusercontent.com/zdykstra/zfsbootmenu/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master/CHANGELOG.md"
distfiles="https://github.com/zdykstra/zfsbootmenu/archive/v${version}.tar.gz" distfiles="https://github.com/zbm-dev/zfsbootmenu/archive/v${version}.tar.gz"
checksum=fdfd40bac18baf1b426357257efea3b3529613e6f9d48f05f56321f115a9d4b7 checksum=bbad0544fab0a5569d3be2e9c9c1c68bb0d535bb787fceef1727250f67c7baf0
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*) x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)