From: Nick Hainke Date: Sat, 23 Jan 2021 14:10:51 +0000 (+0100) Subject: libradiotap: use autorelease feature X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=33833011c6a66873b2ce356120093eb35f6ccfc0;p=openwrt-packages.git libradiotap: 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/libs/libradiotap/Makefile b/libs/libradiotap/Makefile index 9d9bf8938..d3959cab4 100644 --- a/libs/libradiotap/Makefile +++ b/libs/libradiotap/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libradiotap PKG_VERSION:=2020-06-22 -PKG_RELEASE:=1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/radiotap/radiotap-library.git