update to 8.0.12RC1
This commit is contained in:
parent
31a991806e
commit
5471f0ee34
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,3 +34,5 @@ php-7.*.xz.asc
|
||||
/php-8.0.11RC1.tar.xz.asc
|
||||
/php-8.0.11.tar.xz
|
||||
/php-8.0.11.tar.xz.asc
|
||||
/php-8.0.12RC1.tar.xz
|
||||
/php-8.0.12RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -62,8 +62,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.0.11
|
||||
#global rcver RC1
|
||||
%global upver 8.0.12
|
||||
%global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
@ -1538,6 +1538,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 6 2021 Remi Collet <remi@remirepo.net> - 8.0.12~RC1-1
|
||||
- update to 8.0.12RC1
|
||||
|
||||
* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 8.0.11-1
|
||||
- Update to 8.0.11 - http://www.php.net/releases/8_0_11.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.0.11.tar.xz) = 2d346959b2691ea0d5334dc9cad225b7a65ec53d6a6493f3b95c4819a0c088bec36aa1bf4ab3c8044a631bcfefb689d85463ff2259d42000e65dac30badcc59d
|
||||
SHA512 (php-8.0.11.tar.xz.asc) = a98a5ad2bd6d67b2902e05900dc39622b2e9b23deeb46de4dde5fe6f8a260fe0ce82e2cc1be5335fbb96f8b5e8638b04233e13ed79dd7cd8907105699b68a5a3
|
||||
SHA512 (php-8.0.12RC1.tar.xz) = c6cb2b8f6274a67d9d98d768a8d1e2a4eddebb3b1292f02010ee00652b611df2f749133259708695d2cf87df818649721de3cb8e1fc34bb8e8d0c1e06db1c21e
|
||||
SHA512 (php-8.0.12RC1.tar.xz.asc) = 16678b089bda2fc4d754921a0d04dc661c27863a05c038206e26a7b68971942a910230413ebd171c7a4769d37061205e6c15dc04b4b5506f71dc2426df4e5356
|
||||
|
Loading…
Reference in New Issue
Block a user