* update fcgi to 2.4.2-4

This commit is contained in:
Alexander Baldeck 2025-01-01 17:02:23 +01:00
parent 41a4cb80e3
commit 70eab90f79
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,8 @@
pkgbase = fcgi
pkgdesc = FASTCgi (fcgi) is a language independent, high performant extension to CGI
pkgver = 2.4.2
pkgrel = 3.1
url = http://www.fastcgi.com/
pkgrel = 4
url = https://github.com/FastCGI-Archives/fcgi2
arch = x86_64
arch = powerpc64le
arch = powerpc64

3
fcgi/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[fcgi]
source = "git"
git = "https://github.com/FastCGI-Archives/fcgi2.git"

View File

@ -5,13 +5,13 @@
pkgname=fcgi
pkgver=2.4.2
pkgrel=3.1
pkgrel=4
depends=('gcc-libs')
pkgdesc='FASTCgi (fcgi) is a language independent, high performant extension to CGI'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('custom')
options=('!makeflags')
url='http://www.fastcgi.com/'
url='https://github.com/FastCGI-Archives/fcgi2'
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/${pkgver}.tar.gz")
sha256sums=('1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc')