n/mod_fcgid: Upgraded to mod_fcgid-2.3.9.

slackware-14.2
Damien Goutte-Gattat 2013-12-15 18:10:49 +01:00
parent 32c78bfdc4
commit 45bc0f6f7d
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
927c44122a28b676694727f70339853f216036b7 mod_fcgid-2.3.7.tar.bz2

View File

@ -0,0 +1 @@
f0b6d87dfcfe18b318905a3f91274051f3f17945 mod_fcgid-2.3.9.tar.bz2

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2012 Damien Goutte-Gattat
# Copyright (C) 2012,2013 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -27,7 +27,7 @@
# Source package infos
NAMESRC=${NAMESRC:-mod_fcgid}
VERSION=${VERSION:-2.3.7}
VERSION=${VERSION:-2.3.9}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2}
WGET=${WGET:-http://wwwftp.ciril.fr/pub/apache//httpd/mod_fcgid/$ARCHIVE}