Browse Source
Merge pull request #18917 from stangri/openwrt-22.03-nebula
[22.03] nebula: update to 1.6.0
lilik-openwrt-22.03
Stan Grishin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
net/nebula/Makefile
-
net/nebula/files/nebula.init
|
|
@ -4,12 +4,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=nebula |
|
|
|
PKG_VERSION:=1.5.0 |
|
|
|
PKG_VERSION:=1.6.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://codeload.github.com/slackhq/nebula/tar.gz/v$(PKG_VERSION)? |
|
|
|
PKG_HASH:=f67684a8eba6da91de3601afc97567fddd0e198973bba950fcf15cded92cdc50 |
|
|
|
PKG_HASH:=b16638b99d80a4ae6373f7757a0064dc0defd3f9e165617e7b5c3be9e64d3605 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh /etc/rc.common |
|
|
|
# Copyright 2021 Stan Grishin (stangri@melmac.net) |
|
|
|
# shellcheck disable=SC2039 |
|
|
|
# Copyright 2021 Stan Grishin (stangri@melmac.ca) |
|
|
|
# shellcheck disable=SC2039,SC3043 |
|
|
|
PKG_VERSION='dev-test' |
|
|
|
|
|
|
|
# shellcheck disable=SC2034 |
|
|
|