diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-07-11 22:53:24 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2022-07-11 22:59:30 +0000 |
commit | aa52a971a77d1f422ad8ab67551f5d7accff4c47 (patch) | |
tree | 3f985817d7c054069f37796cf195fc8c86e7a312 /net/nebula | |
parent | 6bc1efeb4a82e7bcf7487f0bcfcc25d3d12469b3 (diff) |
nebula: update to 1.6.0
* Update to https://github.com/slackhq/nebula/releases/tag/v1.6.0
* Update maintainer's email address
* Update for newest shellcheck
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/nebula')
-rw-r--r-- | net/nebula/Makefile | 4 | ||||
-rwxr-xr-x | net/nebula/files/nebula.init | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/nebula/Makefile b/net/nebula/Makefile index f7eba08ea..2fba0f3f8 100644 --- a/net/nebula/Makefile +++ b/net/nebula/Makefile @@ -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 diff --git a/net/nebula/files/nebula.init b/net/nebula/files/nebula.init index d594a4edb..2da5a94f6 100755 --- a/net/nebula/files/nebula.init +++ b/net/nebula/files/nebula.init @@ -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 |