wok diff os-prober/receipt @ rev 25442
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 02 16:30:36 2022 +0000 (2022-09-02) |
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 Fri Sep 02 16:30:36 2022 +0000 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 | \