Browse Source

change URLs

master
parent
commit
b461e284bf
  1. 8
      apache-php/apache-php.spec

8
apache-php/apache-php.spec

@ -32,7 +32,7 @@ Class: BASE
Group: Web
License: PHP
Version: 7.3.8
Release: 20190801
Release: 20190810
# package options
%option with_bc no
@ -122,7 +122,7 @@ Release: 20190801
%endif
# list of sources
Source0: http://static.php.net/www.php.net/distributions/php-%{version}.tar.bz2
Source0: https://www.php.net/distributions/php-%{version}.tar.xz
Source1: apache-php.ini
Source2: apache-php.conf
Patch0: apache-php.patch
@ -271,8 +271,8 @@ PreReq: gmp
%track
prog apache-php = {
version = %{version}
url = http://www.php.net/downloads.php
regex = php-(\d+\.\d+\.\d+)\.tar\.(bz2|gz)
url = https://www.php.net/downloads.php
regex = php-(\d+\.\d+\.\d+)\.tar\.xz
}
%prep

Loading…
Cancel
Save