mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
acme: Fix whitespace and long lines, bump package rev
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=acme
|
PKG_NAME:=acme
|
||||||
PKG_VERSION:=2.7.9
|
PKG_VERSION:=2.7.9
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_LICENSE:=GPLv3
|
PKG_LICENSE:=GPLv3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
|||||||
@@ -70,7 +70,8 @@ if nginx_presence then
|
|||||||
u = cs:option(Flag, "update_nginx", translate("Use for nginx"),
|
u = cs:option(Flag, "update_nginx", translate("Use for nginx"),
|
||||||
translate("Update the nginx config with this certificate once issued " ..
|
translate("Update the nginx config with this certificate once issued " ..
|
||||||
"(only select this for one certificate)." ..
|
"(only select this for one certificate)." ..
|
||||||
"Nginx must support ssl, if not it won't start as it needs to be compiled with ssl support to use cert options"))
|
"Nginx must support ssl, if not it won't start as it needs to be " ..
|
||||||
|
"compiled with ssl support to use cert options"))
|
||||||
u.rmempty = false
|
u.rmempty = false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user