Skip to content

Commit

Permalink
tinc: support apk version semantics
Browse files Browse the repository at this point in the history
See: openwrt#23706

Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Nov 15, 2024
1 parent 16fcf54 commit 3d6cfc7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions net/tinc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=tinc
PKG_VERSION:=1.1pre18
PKG_VERSION:=1.1_pre18
PKG_REALVERSION:=1.1pre18
PKG_RELEASE:=4

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REALVERSION).tar.gz
PKG_SOURCE_URL:=https://tinc-vpn.org/packages
PKG_HASH:=2757ddc62cf64b411f569db2fa85c25ec846c0db110023f6befb33691f078986
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REALVERSION)

PKG_MAINTAINER:=Erwan Mas <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand Down

0 comments on commit 3d6cfc7

Please sign in to comment.