diff --git a/.gitignore b/.gitignore index b80a22b..687f1fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wp-cli-2.2.0.phar +/wp-cli-2.3.0.phar diff --git a/sources b/sources index e7766e1..5a1d63d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wp-cli-2.2.0.phar) = 2103f04a5014d629eaa42755815c9cec6bb489ed7b0ea6e77dedb309e8af098ab902b2f9c6369ae4b7cb8cc1f20fbb4dedcda83eb1d0c34b880fa6e8a3ae249d +SHA512 (wp-cli-2.3.0.phar) = fdf1c6e7d33665fc9c6202a91fdebc72be6ebad12949ecf0280765bf24819e7ca2072e6834abd3848bceaae0f7aa1896322c837ae5a5b66dd69b760c310e4a30 diff --git a/wp-cli.spec b/wp-cli.spec index bd7d93c..6c562b9 100755 --- a/wp-cli.spec +++ b/wp-cli.spec @@ -1,8 +1,8 @@ %define name2 wp Name: wp-cli -Version: 2.2.0 -Release: 2%{?dist} +Version: 2.3.0 +Release: 1%{?dist} Summary: The command line interface for WordPress License: MIT URL: http://%{name}.org/ @@ -43,6 +43,9 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/wp.1* %changelog +* Tue Aug 20 2019 Luis M. Segundo - 2.3.0-1 +- update to 2.3.0. + * Sun Jun 23 2019 Luis M. Segundo - 2.2.0-2 - include man - change bindir wp-cli to wp