diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-01-14 19:13:54 +0000 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-01-14 22:09:38 +0100 |
commit | 3fde8ebbb7c77e5853e6cad98c2e3672e6850fef (patch) | |
tree | dfa8b9f0fd1d56123d0b26b0f6241d124efb1955 /net/nebula | |
parent | d16377d23fd08e8c5583bba6d93afd89ad3144eb (diff) |
nebula: update to 1.8.2
* update to 1.8.2: https://github.com/slackhq/nebula/releases/tag/v1.8.2
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/nebula')
-rw-r--r-- | net/nebula/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nebula/Makefile b/net/nebula/Makefile index c22a41294..bb5d61415 100644 --- a/net/nebula/Makefile +++ b/net/nebula/Makefile @@ -4,12 +4,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nebula -PKG_VERSION:=1.8.1 +PKG_VERSION:=1.8.2 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:=85c048b6d39296eeb8cf2d3324124d834011121383d0550662018190494d433e +PKG_HASH:=203713c58d0ec8a10df2f605af791a77a33f825454911ac3a5313ced591547fd PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_LICENSE:=MIT |