Searched refs:bzip2 (Results 1 – 1 of 1) sorted by relevance
204 bzip2="curl-$version.tar.bz2"205 echo "Generating $bzip2"206 gzip -dc "$targz" | bzip2 --best > "$bzip2"238 touch -c -t "$filestamp" "$targz" "$bzip2" "$xz" "$zip"243 ls -l "$targz" "$bzip2" "$xz" "$zip"244 sha256sum "$targz" "$bzip2" "$xz" "$zip"247 echo "gpg -b -a '$targz' && gpg -b -a '$bzip2' && gpg -b -a '$xz' && gpg -b -a '$zip'"
Completed in 3 milliseconds