# HG changeset patch # User Hans-G?nter Theisgen # Date 1585907084 -3600 # Node ID 7f9c1a9f91b2e7835805e02a514a8239deda0570 # Parent 117e5b447e27c8a4789b5f58eefb4d392b8e0e31 updated ptxdist (2019.06.0 -> 2020.03.0) diff -r 117e5b447e27 -r 7f9c1a9f91b2 ptxdist/receipt --- a/ptxdist/receipt Fri Apr 03 10:38:18 2020 +0100 +++ b/ptxdist/receipt Fri Apr 03 10:44:44 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ptxdist" -VERSION="2019.06.0" +VERSION="2020.03.0" CATEGORY="development" SHORT_DESC="Reproducable Embedded Linux Systems." MAINTAINER="pascal.bellard@slitaz.org" @@ -24,11 +24,11 @@ # Pre and post install commands for Tazpkg. post_install() { - [ -L "$1/usr/bin/wget" ] && tazpkg get-install wget --forced --root="${1:-/}" + [ -L "$1/usr/bin/wget" ] && + tazpkg get-install wget --forced --root="${1:-/}" cat <