wok-current diff os-prober/receipt @ rev 25551
nfs-utils: make nfsd work on first start too
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 06 10:52:37 2023 +0100 (21 months ago) |
parents | 20e25baceb78 |
children |
line diff
1.1 --- a/os-prober/receipt Wed Jun 15 16:08:36 2022 +0100 1.2 +++ b/os-prober/receipt Thu Apr 06 10:52:37 2023 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="os-prober" 1.7 -VERSION="1.80" 1.8 +VERSION="1.81" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Utility to detect other OSes on a set of drives." 1.11 MAINTAINER="maintainer@slitaz.org" 1.12 @@ -13,6 +13,7 @@ 1.13 1.14 DEPENDS="coreutils" 1.15 1.16 +# What is the latest version available today? 1.17 current_version() 1.18 { 1.19 wget -O - ${WGET_URL%/*} 2>/dev/null | \