* update fcgi to 2.4.4-1

This commit is contained in:
Alexander Baldeck 2025-02-13 14:19:07 +01:00
parent 73d7f89a17
commit 7109ffac90
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = fcgi
pkgdesc = FASTCgi (fcgi) is a language independent, high performant extension to CGI
pkgver = 2.4.2
pkgrel = 4
pkgver = 2.4.4
pkgrel = 1
url = https://github.com/FastCGI-Archives/fcgi2
arch = x86_64
arch = powerpc64le
@ -11,7 +11,7 @@ pkgbase = fcgi
license = custom
depends = gcc-libs
options = !makeflags
source = fcgi-2.4.2.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/2.4.2.tar.gz
sha256sums = 1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc
source = fcgi-2.4.4.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/2.4.4.tar.gz
sha256sums = c0e0d9cc7d1e456d7278c974e2826f593ef5ca555783eba81e7e9c1a07ae0ecc
pkgname = fcgi

View File

@ -4,8 +4,8 @@
# Original by Benjamin Andresen, klapmuetz [at] gmail [dot] com
pkgname=fcgi
pkgver=2.4.2
pkgrel=4
pkgver=2.4.4
pkgrel=1
depends=('gcc-libs')
pkgdesc='FASTCgi (fcgi) is a language independent, high performant extension to CGI'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,7 +13,7 @@ license=('custom')
options=('!makeflags')
url='https://github.com/FastCGI-Archives/fcgi2'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/${pkgver}.tar.gz")
sha256sums=('1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc')
sha256sums=('c0e0d9cc7d1e456d7278c974e2826f593ef5ca555783eba81e7e9c1a07ae0ecc')
prepare() {
cd "${srcdir}/fcgi2-${pkgver}"
@ -32,5 +32,5 @@ package() {
cd "${srcdir}/fcgi2-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm0644 LICENSE.TERMS "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}