diff options
author | Juergen Daubert <jue@jue.li> | 2020-06-06 13:00:05 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-06-06 13:00:05 +0200 |
commit | 0f80c03df466ae1dd2c773ddd487e0167903d8fe (patch) | |
tree | 8ea46262db62337cb19ca6f65149c9b786ca4a22 /mod_php | |
parent | 207b65a20f61c16833ad7bf6d7f4c4ee79247538 (diff) | |
download | opt-0f80c03df466ae1dd2c773ddd487e0167903d8fe.tar.gz opt-0f80c03df466ae1dd2c773ddd487e0167903d8fe.tar.xz |
move several https: to https: URLs
Diffstat (limited to 'mod_php')
-rw-r--r-- | mod_php/.signature | 4 | ||||
-rw-r--r-- | mod_php/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mod_php/.signature b/mod_php/.signature index 3d6c3153a..2c1c33d77 100644 --- a/mod_php/.signature +++ b/mod_php/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WARgEJrFCCf9GUPYE0qKiBPFxDsEW+2Nl/rijQfRaOTZrh2rfABzoiGWCWqiiasp6qrdE3vykNV18/NOUGeyQE= -SHA256 (Pkgfile) = 406550e8a8b94d3ead1e0fe04ebd0156cbbb91fa90bcb67f77f94e1200b832b2 +RWSE3ohX2g5d/SGOkf0r7sFb2jdhnOEA6fvPeAiQK6eV3EZ4tzKE/QXI2GI6nHElM0ARYv5FZxwaADA0/FNwejgRBU+yGk10/gE= +SHA256 (Pkgfile) = c4f7e7915da5b5d47bf6eba047f0043aff02927b35ff764bb4ec500f3a827336 SHA256 (.footprint) = 431a1cd161b066612e0916398d648fbdb211d5fd502017fda989467c8a81f861 SHA256 (php-7.4.6.tar.xz) = d740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832 diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index bb8b44910..ace87d554 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -1,12 +1,12 @@ # Description: PHP DSO module for apache -# URL: http://www.php.net +# URL: https://www.php.net # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: apache libpcre2 name=mod_php version=7.4.6 release=1 -source=(http://php.net/distributions/php-$version.tar.xz) +source=(https://php.net/distributions/php-$version.tar.xz) build () { cd php-$version |