(cargo-release) version 0.8.3

This commit is contained in:
phiresky 2019-06-14 23:30:31 +02:00
parent 81ff9e0485
commit e8147d9204
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -918,7 +918,7 @@ dependencies = [
[[package]] [[package]]
name = "ripgrep_all" name = "ripgrep_all"
version = "0.8.2" version = "0.8.3"
dependencies = [ dependencies = [
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -3,7 +3,7 @@
name = "ripgrep_all" name = "ripgrep_all"
description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc" description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
version = "0.8.2" version = "0.8.3"
repository = "https://github.com/phiresky/ripgrep_all" repository = "https://github.com/phiresky/ripgrep_all"
authors = ["phiresky <phireskyde+git@gmail.com>"] authors = ["phiresky <phireskyde+git@gmail.com>"]
edition = "2018" edition = "2018"

View File

@ -33,9 +33,9 @@ mk_tarball() {
cp "target/$TARGET/release/rga" "$staging/rga" cp "target/$TARGET/release/rga" "$staging/rga"
"${gcc_prefix}strip" "$staging/rga" "${gcc_prefix}strip" "$staging/rga"
# Copy the licenses and README. # Copy the licenses and README.
cp {README.md,UNLICENSE,COPYING,LICENSE-MIT} "$staging/" cp {README.md,LICENSE.md} "$staging/"
# Copy documentation and man page. # Copy documentation and man page.
cp {CHANGELOG.md,FAQ.md,GUIDE.md} "$staging/doc/" # cp {CHANGELOG.md,FAQ.md,GUIDE.md} "$staging/doc/"
#if command -V a2x 2>&1 > /dev/null; then #if command -V a2x 2>&1 > /dev/null; then
# # The man page should only exist if we have asciidoc installed. # # The man page should only exist if we have asciidoc installed.
# cp "$cargo_out_dir/rg.1" "$staging/doc/" # cp "$cargo_out_dir/rg.1" "$staging/doc/"