New commits:
commit 7ef6f738cfc5fb873d56f53b93541321545f11a5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/nginx: devel version 1.15.0, 1.14.x is now in stable branch
diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index da5142d..754fba9 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -4,13 +4,11 @@ if [[ -z $NGINX_RELEASE ]]; then
NGINX_RELEASE="stable"
fi
-case "$NGINX_RELEASE" in
- stable)
- VERSION=1.12.2
- ;;
- devel)
+if [[ "${NGINX_RELEASE}" == "stable" ]]; then
VERSION=1.14.0
-esac
+else
+ VERSION=1.15.0
+fi
SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=${SOURCE}.asc
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index b227768..a0daa8d 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,7 @@
+2018-06-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 1.15.0, 1.14.x is now in stable branch,
+ case -> if
+
2018-04-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 1.14.0
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7ef6f738cfc5fb873d56f53b93541321545f11a5),
Pavel Vinogradov, 06/05/2018