php8.1: update to 8.1.8, add changelog URL
The changelog URL points to the changelog for $version because the changelog in the master branch contains the details of many alpha and RC releases, which makes it difficult to find the changelog corresponding to the current pkgver.
This commit is contained in:
parent
fa8c3c0d08
commit
928f9af582
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'php8.1'
|
||||
pkgname=php8.1
|
||||
version=8.1.7
|
||||
revision=3
|
||||
version=8.1.8
|
||||
revision=1
|
||||
_php_version=8.1
|
||||
wrksrc="php-${version}"
|
||||
hostmakedepends="bison pkg-config apache-devel"
|
||||
|
@ -14,8 +14,9 @@ short_desc="HTML-embedded scripting language"
|
|||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="PHP-3.01"
|
||||
homepage="https://www.php.net"
|
||||
changelog="https://raw.githubusercontent.com/php/php-src/php-${version}/NEWS"
|
||||
distfiles="https://www.php.net/distributions/php-${version}.tar.gz"
|
||||
checksum=5f0b422a117633c86d48d028934b8dc078309d4247e7565ea34b2686189abdd8
|
||||
checksum=889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d
|
||||
|
||||
conf_files="/etc/php${_php_version}/php.ini"
|
||||
|
||||
|
|
Loading…
Reference in New Issue