Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bb93f47883c77d8bd4f4111e14c5939f740c7781
commit bb93f47883c77d8bd4f4111e14c5939f740c7781 Author: Slown <[email protected]> Date: Wed Oct 19 11:46:46 2016 +0100 nginx-1.10.2-1-x86_64 * version bump diff --git a/source/network-extra/nginx/FrugalBuild b/source/network-extra/nginx/FrugalBuild index 2605d7b..58e18bf 100644 --- a/source/network-extra/nginx/FrugalBuild +++ b/source/network-extra/nginx/FrugalBuild @@ -1,20 +1,20 @@ -# Compiling Time: 0.10 SBU +# Compiling Time: 0.11 SBU # Maintainer: Anthony Jorion <[email protected]> # Contributor: voroskoi <[email protected]> pkgname=nginx -pkgver=1.10.1 +pkgver=1.10.2 pkgrel=1 pkgdesc="[engine x] is a HTTP server and mail proxy server." -url="http://nginx.net/" +url="http://nginx.org" license="BSD" -depends=('pcre>=8.32' 'openssl' 'libxslt' 'gd>=2.1.1' 'geoip') +depends=('pcre' 'openssl' 'geoip') groups=('network-extra') archs=('i686' 'x86_64') provides=('httpd') -backup=(etc/$pkgname/$pkgname.conf) -up2date="lynx -dump http://nginx.org/ |grep stable |sed -ne 's/.*nx-\(.*\) st.*/\1/;1p'" -source=(http://nginx.org/download/nginx-$pkgver.tar.gz $pkgname.service $pkgname.logrotate) +backup=('etc/$pkgname/$pkgname.conf') +up2date="lynx -dump $url |grep stable |sed -ne 's/.*nx-\(.*\) st.*/\1/;1p'" +source=($url/download/nginx-$pkgver.tar.gz $pkgname.service $pkgname.logrotate) signatures=("${source[0]}.asc" "" "") _F_systemd_units=($pkgname=) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
