v8.1.6RC1
This commit is contained in:
parent
1ee1cfef0c
commit
50fa292635
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ php-7.*.xz.asc
|
||||
/php-8.1.5RC1.tar.xz.asc
|
||||
/php-8.1.5.tar.xz
|
||||
/php-8.1.5.tar.xz.asc
|
||||
/php-8.1.6RC1.tar.xz
|
||||
/php-8.1.6RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -64,8 +64,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.5
|
||||
#global rcver RC1
|
||||
%global upver 8.1.6
|
||||
%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
|
||||
* Wed Apr 27 2022 Remi Collet <remi@remirepo.net> - 8.1.6~RC1-1
|
||||
- update to 8.1.6RC1
|
||||
|
||||
* Wed Apr 13 2022 Remi Collet <remi@remirepo.net> - 8.1.5-1
|
||||
- Update to 8.1.5 - http://www.php.net/releases/8_1_5.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.5.tar.xz) = 184d3738dbd8207a84cfb11dcc1edf352c57da49f484fe791d8c786ab8921189fdaf459b98e3bd6a5f73ae968510e8a8566f41a69640c74adb35363d6c07c439
|
||||
SHA512 (php-8.1.5.tar.xz.asc) = 439319d7896ceb636718068f127d241df76b9163ebd8623604692c936859483f676db3612df7d4d27883dab4f344a69f11afbda835a97589ae030a410d7fd834
|
||||
SHA512 (php-8.1.6RC1.tar.xz) = 9089a8c60288f1f6f282a17968dfc076b2e38e1ea08ff69a39e20be41712059c79cbe3e5bbc186395658ce1bdd7feaee7c0eaeeb4c5d3de697926cd196a9afc6
|
||||
SHA512 (php-8.1.6RC1.tar.xz.asc) = 1d82404acf0384ce9a432fe31c3d61037b0cc2f57e1c68652536a3b8f638d50c4e37c73269f599d7b7ebc895d07ff3edf058ae1d4a3b7eb34eea89d45fa5485c
|
||||
|
Loading…
Reference in New Issue
Block a user