v8.3.2RC1
This commit is contained in:
parent
748a1cfd85
commit
c1f55b1932
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,3 +19,5 @@ TODO
|
||||
/php-8.3.1RC3.tar.xz.asc
|
||||
/php-8.3.1.tar.xz
|
||||
/php-8.3.1.tar.xz.asc
|
||||
/php-8.3.2RC1.tar.xz
|
||||
/php-8.3.2RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,8 +64,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.3.1
|
||||
#global rcver RC3
|
||||
%global upver 8.3.2
|
||||
%global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
@ -1552,6 +1552,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 3 2024 Remi Collet <remi@remirepo.net> - 8.3.2~RC1-1
|
||||
- update to 8.3.2RC1
|
||||
|
||||
* Wed Dec 20 2023 Remi Collet <remi@remirepo.net> - 8.3.1-1
|
||||
- Update to 8.3.1 - http://www.php.net/releases/8_3_1.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.3.1.tar.xz) = 9806f7bdaf9c071a6402152af02eaf5f00285ec7a8c8ee319fd8a7ef4f8e6e33d0e362326969bae59b2c9e6f02fd7b92c93736acb807dfa797cc204226b69fe6
|
||||
SHA512 (php-8.3.1.tar.xz.asc) = 48781a3fd66ff49436e6e66e34fe4f5440a97b3782b00425cb756e7ad22b563e4b356b91e32a37698a4f933f70db12c2e6225c492d05a8a1d1de3940b690734a
|
||||
SHA512 (php-8.3.2RC1.tar.xz) = db6c67df1179d251717086c87e0efce8adde9bfc9eeae3ca5acd13bdfebad45c3438b4714fe2d30b2db19299dbb0f7679007ffc76ce83884af6f020a70320433
|
||||
SHA512 (php-8.3.2RC1.tar.xz.asc) = 5bf46e530b6516a02f7083ed6cd5992c6e45a2e37e4e47f09db42522cd0c69555ffaa93263ce2f5a0564312d64f9b74f87b62f6edef4d3258b0920b051ed2cab
|
||||
|
Loading…
Reference in New Issue
Block a user