mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
acme: version bump
* Bump acme-common to 1.5.0 * New `abort` command added and logging behaviour improved * Bump acme-acmesh to 3.1.1-r4 * Fix logging and support killing from procd (`stop` and `abort`) via SIGTERM Signed-off-by: Aditya Bhargava <rightaditya@gmail.com>
This commit is contained in:
committed by
Toke Høiland-Jørgensen
parent
fbf38647fd
commit
a1537c4d22
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=acme-acmesh
|
||||
PKG_VERSION:=3.1.1
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/acmesh-official/acme.sh/tar.gz/$(PKG_VERSION)?
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=acme-common
|
||||
PKG_VERSION:=1.4.5
|
||||
PKG_VERSION:=1.5.0
|
||||
|
||||
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||
PKG_LICENSE:=GPL-3.0-only
|
||||
|
||||
Reference in New Issue
Block a user