From: Nick Hainke Date: Sat, 23 Jan 2021 14:06:11 +0000 (+0100) Subject: sipcalc: use autorelease feature X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F14542%2Fhead;p=feed%2Fpackages.git sipcalc: use autorelease feature Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke --- diff --git a/utils/sipcalc/Makefile b/utils/sipcalc/Makefile index 17a0f6d561..323458e738 100644 --- a/utils/sipcalc/Makefile +++ b/utils/sipcalc/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipcalc PKG_SOURCE_DATE:=2014-10-24 -PKG_RELEASE:=1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/sii/sipcalc