diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,13 +1,14 @@ name : ripgrep -version : 11.0.2 -release : 6 +version : 12.0.0 +release : 7 source : - - https://github.com/BurntSushi/ripgrep/archive/11.0.2.tar.gz : 0983861279936ada8bc7a6d5d663d590ad34eb44a44c75c2d6ccd0ab33490055 + - https://github.com/BurntSushi/ripgrep/archive/12.0.0.tar.gz : 3c84c3a4c80cee961a2b0d00a4e5d1bc9eb58ba587cf69c06d84aff72fedbeff +homepage : https://github.com/BurntSushi/ripgrep license : MIT component : programming.tools summary : ripgrep combines the usability of The Silver Searcher with the raw speed of grep description: | - ripgrep combines the usability of The Silver Searcher with the raw speed of grep + ripgrep is a cross-platform, line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden files/directories and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. networking : yes builddeps : - pkgconfig(libpcre2-posix) @@ -18,7 +19,7 @@ install : | install -Dm00755 target/release/rg $installdir/usr/bin/rg install -Dm00644 complete/_rg $installdir/usr/share/zsh/site-functions/_rg - install -Dm00644 target/release/build/ripgrep-*/out/rg.bash "$installdir/usr/share/bash-completion/completions/rg" + install -Dm00644 target/release/build/ripgrep-*/out/rg.bash $installdir/usr/share/bash-completion/completions/rg install -Dm00644 target/release/build/ripgrep-*/out/rg.1 $installdir/usr/share/man/man1/rg.1 check : | cargo test --all diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,21 +1,22 @@ ripgrep + https://github.com/BurntSushi/ripgrep - Mislav Čakarić - mcakaric@gmail.com + Algent Albrahimi + algent@protonmail.com MIT programming.tools ripgrep combines the usability of The Silver Searcher with the raw speed of grep - ripgrep combines the usability of The Silver Searcher with the raw speed of grep + ripgrep is a cross-platform, line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden files/directories and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. https://getsol.us/sources/README.Solus ripgrep ripgrep combines the usability of The Silver Searcher with the raw speed of grep - ripgrep combines the usability of The Silver Searcher with the raw speed of grep + ripgrep is a cross-platform, line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden files/directories and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. programming.tools @@ -26,12 +27,12 @@ - - 2020-02-12 - 11.0.2 + + 2020-03-20 + 12.0.0 Packaging update - Mislav Čakarić - mcakaric@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file