mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
refind: update to 0.11.3. (#1197)
This commit is contained in:
parent
360d97ab27
commit
6ce8512a84
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'refind'
|
# Template file for 'refind'
|
||||||
pkgname=refind
|
pkgname=refind
|
||||||
version=0.11.2
|
version=0.11.3
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 x86_64 x86_64-musl"
|
only_for_archs="i686 x86_64 x86_64-musl"
|
||||||
makedepends="gnu-efi-libs git"
|
makedepends="gnu-efi-libs git"
|
||||||
depends="bash dosfstools efibootmgr"
|
depends="bash dosfstools efibootmgr"
|
||||||
short_desc="An EFI boot manager utility"
|
short_desc="An EFI boot manager utility"
|
||||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-only, BSD-3-Clause"
|
||||||
homepage="https://sourceforge.net/projects/refind/"
|
homepage="https://sourceforge.net/projects/refind/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/refind/refind-src-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/refind/refind-src-${version}.tar.gz"
|
||||||
checksum=f64f39488bc996787f6aa33e4107ef26c8f22ef6385fdf70cf613ee049bd1dcc
|
checksum=6398ebd5c80382ada4819b5874cb7ca34df6c820f1872e7ba99f929caef2018f
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed 's|RefindDir=\"\$ThisDir/refind\"|RefindDir="/usr/share/refind"|g' -i refind-install
|
sed 's|RefindDir=\"\$ThisDir/refind\"|RefindDir="/usr/share/refind"|g' -i refind-install
|
||||||
|
|
Loading…
Add table
Reference in a new issue