diff options
author | Antti Seppälä <a.seppala@gmail.com> | 2020-04-18 22:58:42 +0300 |
---|---|---|
committer | Antti Seppälä <a.seppala@gmail.com> | 2020-04-30 19:17:54 +0300 |
commit | cf6027f0b09f2cb565e91287f6d6685cdc53d300 (patch) | |
tree | e582a99fb5815ccfcebd55a58b8e12f79b2d8de1 /net/uacme/Makefile | |
parent | debe65dffe011b6385a8a8fdfaaf81a203a8fe96 (diff) |
uacme: add support for user-provided setup and cleanup scripts
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ä <a.seppala@gmail.com>
Diffstat (limited to 'net/uacme/Makefile')
-rw-r--r-- | net/uacme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)? |