v8.0.9RC1
This commit is contained in:
parent
8562e88b27
commit
a074ed5a57
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ php-7.*.xz.asc
|
||||
/php-8.0.8RC1.tar.xz.asc
|
||||
/php-8.0.8.tar.xz
|
||||
/php-8.0.8.tar.xz.asc
|
||||
/php-8.0.9RC1.tar.xz
|
||||
/php-8.0.9RC1.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -62,8 +62,8 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.0.8
|
||||
#global rcver RC1
|
||||
%global upver 8.0.9
|
||||
%global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
@ -1527,6 +1527,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 8.0.9~RC1-1
|
||||
- update to 8.0.9RC1
|
||||
|
||||
* Tue Jun 29 2021 Remi Collet <remi@remirepo.net> - 8.0.8-1
|
||||
- Update to 8.0.8 - http://www.php.net/releases/8_0_8.php
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.0.8.tar.xz) = 1f8b94083b64705e24365af57169f8ff08115f31a7471238d9ed7a24b692e46c789f3fc00ff2bef2205243b9cd9c4736831e995a004afc7fc4127f3b74932428
|
||||
SHA512 (php-8.0.8.tar.xz.asc) = 60eed16d144ed00bb8ce8860f805007b38f6be302cbf85f44e11539ad0a96172f4d4956fb4226f237b85dfdc118ada0763fe12ad66f3219c28983df4266cc466
|
||||
SHA512 (php-8.0.9RC1.tar.xz) = 6aacd5afce2eb84856f931ea278c043c856caa0a290ac9ad22a8f77cbb8f1000ed8c2a4887c347f7cf605660fe2fca854b3a5ec553f639059f5f94534b57c556
|
||||
SHA512 (php-8.0.9RC1.tar.xz.asc) = 85a27fc92a713fe8d8b6020da874dc0196a3109e0761d108257ef60a333a4a742d4e56e6e333d98216569ff478237e7ad72246fdc34c65c2922647f898dee5c5
|
||||
|
Loading…
Reference in New Issue
Block a user