From: Toke Høiland-Jørgensen Date: Sun, 19 Jan 2025 20:16:14 +0000 (+0100) Subject: net/acme-common: Bump package release X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=211fbad7012d03c9e4bc77ed541944b4e1bc45ba;p=feed%2Fpackages.git net/acme-common: Bump package release Commit 66894032d482 ("acme: standardize key_type") failed to bump the package release, so the update won't be automatically installed. Bump PKG_RELEASE to make sure users get the updated version. Opt for adding a PKG_RELEASE instead of bumping the version to avoid having different packages (from different branches) with the same PKG_VERSION. Signed-off-by: Toke Høiland-Jørgensen --- diff --git a/net/acme-common/Makefile b/net/acme-common/Makefile index 324b742b60..150270496d 100644 --- a/net/acme-common/Makefile +++ b/net/acme-common/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-common PKG_VERSION:=1.0.4 +PKG_RELEASE:=2 PKG_MAINTAINER:=Toke Høiland-Jørgensen PKG_LICENSE:=GPL-3.0-only