xbps-mklive: xbps-digest is no more. Bump to 0.1.3.
--HG-- extra : convert_revision : e4ae5d81aed5539b246c42796a31da6a1b6f01d7
This commit is contained in:
parent
0194df5512
commit
670734b8ad
|
@ -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..."
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue