Update to 8.0.11 - http://www.php.net/releases/8_0_11.php
(cherry picked from commit 31a991806e
)
This commit is contained in:
parent
75a15e8c58
commit
c0be14249f
4
.gitignore
vendored
4
.gitignore
vendored
@ -30,3 +30,7 @@ php-7.*.xz.asc
|
||||
/php-8.0.10RC1.tar.xz.asc
|
||||
/php-8.0.10.tar.xz
|
||||
/php-8.0.10.tar.xz.asc
|
||||
/php-8.0.11RC1.tar.xz
|
||||
/php-8.0.11RC1.tar.xz.asc
|
||||
/php-8.0.11.tar.xz
|
||||
/php-8.0.11.tar.xz.asc
|
||||
|
5
php.spec
5
php.spec
@ -62,7 +62,7 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.0.10
|
||||
%global upver 8.0.11
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
@ -1534,6 +1534,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Aug 26 2021 Remi Collet <remi@remirepo.net> - 8.0.10-1
|
||||
- Update to 8.0.10 - http://www.php.net/releases/8_0_10.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.0.10.tar.xz) = 25f23822a45eab837645a0259c7dbb999766506de35c1bba53e928e2b5935ba70278b931d5085966178e08013ec69407fc68eb041b3ae2e619b81f20ec8ce736
|
||||
SHA512 (php-8.0.10.tar.xz.asc) = 99254f2183d520ac8522034b5c47519b3193f5f3cac4d3ebd2ba14fed4e6f5b9f247bcf5e28e36a43287e86bc7815eb0a0886d398fa9cfba9596f43d8453ede2
|
||||
SHA512 (php-8.0.11.tar.xz) = 2d346959b2691ea0d5334dc9cad225b7a65ec53d6a6493f3b95c4819a0c088bec36aa1bf4ab3c8044a631bcfefb689d85463ff2259d42000e65dac30badcc59d
|
||||
SHA512 (php-8.0.11.tar.xz.asc) = a98a5ad2bd6d67b2902e05900dc39622b2e9b23deeb46de4dde5fe6f8a260fe0ce82e2cc1be5335fbb96f8b5e8638b04233e13ed79dd7cd8907105699b68a5a3
|
||||
|
Loading…
Reference in New Issue
Block a user