From 8ec340df1b69ccc498b9ef2bf638f4c53b8e9677 Mon Sep 17 00:00:00 2001 From: Lorem Date: Wed, 7 Oct 2020 10:33:40 +0530 Subject: [PATCH] bootiso: update to 4.2.0. --- srcpkgs/bootiso/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bootiso/template b/srcpkgs/bootiso/template index 78a6205c546..68973b94c1a 100644 --- a/srcpkgs/bootiso/template +++ b/srcpkgs/bootiso/template @@ -1,8 +1,7 @@ # Template file for 'bootiso' pkgname=bootiso -version=4.1.1 +version=4.2.0 revision=1 -archs=noarch build_style=gnu-makefile make_install_args="prefix=/usr" depends="bash binutils coreutils curl dosfstools e2fsprogs eudev exfat-utils @@ -14,7 +13,7 @@ license="GPL-3.0-only" homepage="https://github.com/jsamr/bootiso" changelog="https://github.com/jsamr/bootiso/raw/master/changelog.md" distfiles="https://github.com/jsamr/bootiso/archive/v${version}.tar.gz" -checksum=7591f4b9b68ac691476256d3f2a081754f384dbad8c036a178bd1b19c4051618 +checksum=eaf0cedb31d2195546e882624b7f1f0abbb3a6bb6234b4408dfeb2eaeaff3a50 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) ;;