From cf6027f0b09f2cb565e91287f6d6685cdc53d300 Mon Sep 17 00:00:00 2001 From: Antti Seppälä Date: Sat, 18 Apr 2020 22:58:42 +0300 Subject: uacme: add support for user-provided setup and cleanup scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of uacme. This helps users with more complex use-cases to utilize uacme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä --- net/uacme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/uacme/Makefile') diff --git a/net/uacme/Makefile b/net/uacme/Makefile index 6734b189a..2f0c1f744 100644 --- a/net/uacme/Makefile +++ b/net/uacme/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uacme PKG_VERSION:=1.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ndilieto/uacme/tar.gz/upstream/$(PKG_VERSION)? -- cgit v1.2.3