xbps-src: implement a by_sha256 hash cache

This commit is contained in:
jbu 2015-07-03 18:30:34 +02:00
parent 8366f4892a
commit b30cbd9870
3 changed files with 51 additions and 7 deletions

View file

@ -102,6 +102,9 @@ update-sys
update-check <pkgname>
Check upstream site of <pkgname> for new releases.
update-hash-cache
Update the hash cache with existing source distfiles.
zap
Removes a masterdir but preserving ccache, distcc and host directories.
@ -697,6 +700,9 @@ case "$XBPS_TARGET" in
read_pkg
update_check
;;
update-hash-cache)
update_hash_cache
;;
zap)
masterdir_zap
;;