Home
last modified time | relevance | path

Searched refs:bzip2 (Results 1 – 1 of 1) sorted by relevance

/curl/
H A Dmaketgz192 bzip2="curl-$version.tar.bz2"
193 echo "Generating $bzip2"
194 gzip -dc "$targz" | bzip2 --best > "$bzip2"
226 touch -c -t "$filestamp" "$targz" "$bzip2" "$xz" "$zip"
231 ls -l "$targz" "$bzip2" "$xz" "$zip"
232 sha256sum "$targz" "$bzip2" "$xz" "$zip"
235 echo "gpg -b -a '$targz' && gpg -b -a '$bzip2' && gpg -b -a '$xz' && gpg -b -a '$zip'"

Completed in 4 milliseconds