* update fcgi to 2.4.2-4
This commit is contained in:
parent
41a4cb80e3
commit
70eab90f79
@ -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
3
fcgi/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[fcgi]
|
||||
source = "git"
|
||||
git = "https://github.com/FastCGI-Archives/fcgi2.git"
|
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user