Skip to content

Commit 74ce7e5

Browse files
authored
Merge pull request #23911 from qosmio/nebula-fix-release-number
nebula: Use APK style release number
2 parents 22094a6 + 3cbb747 commit 74ce7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/nebula/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
55

66
PKG_NAME:=nebula
77
PKG_VERSION:=1.8.2
8-
PKG_RELEASE:=r2
8+
PKG_RELEASE:=2
99

1010
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1111
PKG_SOURCE_URL:=https://codeload.github.com/slackhq/nebula/tar.gz/v$(PKG_VERSION)?

0 commit comments

Comments
 (0)