sipcalc: use autorelease feature 14542/head
authorNick Hainke <vincent@systemli.org>
Sat, 23 Jan 2021 14:06:11 +0000 (15:06 +0100)
committerNick Hainke <vincent@systemli.org>
Sat, 23 Jan 2021 14:06:11 +0000 (15:06 +0100)
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537

Signed-off-by: Nick Hainke <vincent@systemli.org>
utils/sipcalc/Makefile

index 17a0f6d56192ad97b0b7116ca48f3bbc1ce8e225..323458e73865ca46e880943cef5b7e3da9c30d92 100644 (file)
@@ -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