xbps-mklive: xbps-digest is no more. Bump to 0.1.3.

--HG--
extra : convert_revision : e4ae5d81aed5539b246c42796a31da6a1b6f01d7
This commit is contained in:
Juan RP 2009-11-27 00:00:54 +01:00
parent 0194df5512
commit 670734b8ad
2 changed files with 3 additions and 2 deletions

View File

@ -188,7 +188,8 @@ info_msg "Creating sha256 checksums..."
cd $BUILD_TMPDIR
for f in $(find . -type f -print); do
[ "$f" = "./sha256.txt" ] && continue
printf "${f#.}\t$(xbps-digest $f)\n" >> $BUILD_TMPDIR/sha256.txt
printf "${f#.}\t$(xbps-uhelper.static digest $f)\n" \
>> $BUILD_TMPDIR/sha256.txt
done
info_msg "Building ISO image..."

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-mklive'
pkgname=xbps-mklive
version=0.1.2
version=0.1.3
build_style=custom-install
short_desc="XBPS Live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"