tazpkg diff tazpkg @ rev 949

modules/get, modules/install: use "release checksum" too, as defined in packages.info field #9.
Checksum from packages.md5 used in verifying downloaded package file, while checksum in packages.info[$9] used in updates checking.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 20 22:40:46 2017 +0300 (2017-07-20)
parents 0b78aae43c97
children 7454f6bf99e5
line diff
     1.1 --- a/tazpkg	Sun Apr 03 03:55:24 2016 +0300
     1.2 +++ b/tazpkg	Thu Jul 20 22:40:46 2017 +0300
     1.3 @@ -380,7 +380,7 @@
     1.4  
     1.5  	pack)
     1.6  		# Create SliTaz package archive using cpio and lzma.
     1.7 -		# TODO: Cook also pack packages, we should share code in libpkg.sh
     1.8 +		# TODO: Cook also packs packages, we should share code in libpkg.sh
     1.9  		check_cmd pkg; shift; @@MODULES@@/pack $@;;
    1.10  
    1.11