diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-23 10:18:22 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-23 10:18:41 +0000 |
commit | 6db213afeec807b06d5acbe5877d0d43d776e5a6 (patch) | |
tree | 7dbc2f97aa8ddf7cf69eb9a35132789b6939257d /main/nginx | |
parent | 458802d9cbddd5cf1d6d901bc99411a85ebf67aa (diff) | |
download | aports-6db213afeec807b06d5acbe5877d0d43d776e5a6.zip |
main/nginx: force rebuild nginx pkg. Fixes #7039
Diffstat (limited to 'main/nginx')
-rw-r--r-- | main/nginx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index 8bacade21db..46a4a376d7e 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -5,7 +5,7 @@ pkgname=nginx pkgver=1.10.3 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP and reverse proxy server" url="http://www.nginx.org/en" arch="all" |