v8.1.5RC1
This commit is contained in:
parent
42a07890d8
commit
0b9a8ee2ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ php-7.*.xz.asc
|
||||
/php-8.1.4RC1.tar.xz.asc
|
||||
/php-8.1.4.tar.xz
|
||||
/php-8.1.4.tar.xz.asc
|
||||
/php-8.1.5RC1.tar.xz
|
||||
/php-8.1.5RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,8 +64,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.4
|
||||
#global rcver RC1
|
||||
%global upver 8.1.5
|
||||
%global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
@ -1541,6 +1541,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 8.1.5~RC1-1
|
||||
- update to 8.1.5RC1
|
||||
|
||||
* Wed Mar 16 2022 Remi Collet <remi@remirepo.net> - 8.1.4-1
|
||||
- Update to 8.1.4 - http://www.php.net/releases/8_1_4.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.4.tar.xz) = 63eb05c20ebeee9377f7b72aa5ae6ff4c5f04b8612b9f192f4a849a4f2db74691343e2279b9dfc7c79d0b42a7dc17ab4ed11ed66c018c96224cf1663eaab728b
|
||||
SHA512 (php-8.1.4.tar.xz.asc) = 953978c33610e89e95e117a86e24298ca2040ad54b5084655824abb0c9327523d6ccfec02ddf40cdb36f3131d52f384e016e44bef8daa284a4b1ad349319bada
|
||||
SHA512 (php-8.1.5RC1.tar.xz) = 3a88bbff48cce7897c4c9e2348df70643766861739b08fb4a0fc5cb8aa44471786d285e3cf60abed65ea13f28ac379b3219676934d49cbc3446e87009c652945
|
||||
SHA512 (php-8.1.5RC1.tar.xz.asc) = 56c80f89d288d429db81d6c1116048341834d9975d90e9bfc647b3b380508e4255d2032cbd07d448867696d9627adceb305951b03e50acd7d20e9412e392ec67
|
||||
|
Loading…
Reference in New Issue
Block a user