From: Christian Wengel Date: Fri, 4 Sep 2026 20:38:27 +0000 (+0200) Subject: acme-acmesh: update to 3.1.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f85ebb948874e4e80ef60222c8603d5972f1e69a;p=openwrt-packages.git acme-acmesh: update to 3.1.4 Update acme.sh to 3.1.4. Release note: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.4 Signed-off-by: Christian Wengel --- diff --git a/net/acme-acmesh/Makefile b/net/acme-acmesh/Makefile index 2e7fea9b9..4ce7a2108 100644 --- a/net/acme-acmesh/Makefile +++ b/net/acme-acmesh/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-acmesh -PKG_VERSION:=3.1.3 -PKG_RELEASE:=3 +PKG_VERSION:=3.1.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/acmesh-official/acme.sh/tar.gz/$(PKG_VERSION)? -PKG_HASH:=efd12b265252f8875269960b6b31830731ccce2b3e6ff8e7ecfbee21fde35ab4 +PKG_HASH:=e5f8e187bbf5251e0cd8891f2622daab9850366bd17bea9f92c2fe2ee091fd32 PKG_BUILD_DIR:=$(BUILD_DIR)/acme.sh-$(PKG_VERSION) PKG_MAINTAINER:=Toke Høiland-Jørgensen