wok diff ptxdist/receipt @ rev 24066
Add some current_version()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 05 15:00:07 2021 +0000 (2021-07-05) |
parents | 91e30acbe640 |
children | 241fb98cab1c |
line diff
1.1 --- a/ptxdist/receipt Sun Aug 18 18:56:26 2019 +0200 1.2 +++ b/ptxdist/receipt Mon Jul 05 15:00:07 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ptxdist" 1.7 -VERSION="2019.06.0" 1.8 +VERSION="2020.03.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Reproducable Embedded Linux Systems." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -24,11 +24,11 @@ 1.13 # Pre and post install commands for Tazpkg. 1.14 post_install() 1.15 { 1.16 - [ -L "$1/usr/bin/wget" ] && tazpkg get-install wget --forced --root="${1:-/}" 1.17 + [ -L "$1/usr/bin/wget" ] && 1.18 + tazpkg get-install wget --forced --root="${1:-/}" 1.19 cat <<EOT 1.20 Now you can do: 1.21 $ cd /usr/lib/buildroot 1.22 $ make menuconfig 1.23 EOT 1.24 } 1.25 -