v8.2.5RC1
This commit is contained in:
parent
319357a60c
commit
da6623c635
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,3 +30,5 @@ php-7.*.xz.asc
|
||||
/php-8.2.4RC1.tar.xz.asc
|
||||
/php-8.2.4.tar.xz
|
||||
/php-8.2.4.tar.xz.asc
|
||||
/php-8.2.5RC1.tar.xz
|
||||
/php-8.2.5RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,8 +64,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.2.4
|
||||
#global rcver RC1
|
||||
%global upver 8.2.5
|
||||
%global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
@ -1543,6 +1543,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 29 2023 Remi Collet <remi@remirepo.net> - 8.2.5~RC1-1
|
||||
- update to 8.2.5RC1
|
||||
|
||||
* Wed Mar 15 2023 Remi Collet <remi@remirepo.net> - 8.2.4-1
|
||||
- Update to 8.2.4 - http://www.php.net/releases/8_2_4.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.2.4.tar.xz) = 997435f3f921f305147a520497c68031aad6d1212365ddf04674d919fd2787d169d2898536a59709b5530857c5746a25cf43e726a2c3a30bcf3372107b2cd388
|
||||
SHA512 (php-8.2.4.tar.xz.asc) = 0923c54e590d547565d857e5b1df9c00243426cb4b226d701e4b170f9ab98e4a222f7eb10686307aac0066d364be994ca097ad668fc8c091dd2e4db02b56c976
|
||||
SHA512 (php-8.2.5RC1.tar.xz) = e683078ac8f433262d3ccd278d1db97923b524f4c8715785092932d59fcb750aa828320299d29506fff4133a6bbfb12d695888f4cd966f312949b39058a7c7a0
|
||||
SHA512 (php-8.2.5RC1.tar.xz.asc) = b3cdc5fae503a3a60489094029616f6f00090103c876ca8c6baec887d96a1a24edcef90e2233dcc79c3ce8656822bab27d4c0c787a0e9dd35baa1fa50462997a
|
||||
|
Loading…
Reference in New Issue
Block a user