Skip to content

Commit

Permalink
generate-ipv6-address: use autorelease feature
Browse files Browse the repository at this point in the history
Package version is automatically increased as described here:
openwrt#14537

Signed-off-by: Nick Hainke <vincent@systemli.org>
  • Loading branch information
PolynomialDivision authored and pprindeville committed Jan 29, 2021
1 parent 9c65f88 commit 119e464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipv6/generate-ipv6-address/Makefile
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=generate-ipv6-address
PKG_VERSION:=0.1
PKG_RELEASE:=1
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE:=generate-ipv6-address-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/
Expand Down

0 comments on commit 119e464

Please sign in to comment.