diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-12-08 19:49:35 +0100 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-12-08 19:49:57 +0100 |
commit | 219d2ec81ab68e1b40f2de7252efe2791af4e51b (patch) | |
tree | d919cb4e25aaa5cade07d9479ed49190305a9c56 | |
parent | 7218ff0318b04e26e756e8a3ceb01a0b607956fa (diff) |
wsdd2: update to git (2020-11-19)
* update to git (2020-11-19)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
-rw-r--r-- | net/wsdd2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/wsdd2/Makefile b/net/wsdd2/Makefile index ef0998351..e3aee93d0 100644 --- a/net/wsdd2/Makefile +++ b/net/wsdd2/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wsdd2 -PKG_RELEASE:=9 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/Andy2244/wsdd2.git -PKG_SOURCE_DATE:=2020-05-06 -PKG_SOURCE_VERSION:=671d040c33ec290930535e27dd59c1e5ccec11ec -PKG_MIRROR_HASH:=aac0881ba8627897b23906eabde97450178a8f9285699c0368f88a745a934b96 +PKG_SOURCE_DATE:=2020-11-19 +PKG_SOURCE_VERSION:=e0cf50d5c125d60caaa9b957d058ea4348a8d200 +PKG_MIRROR_HASH:=6a09fed7974de3e9c6f87c0b2880c105a21ffaef965bd58d837d62ca58fe8f07 PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> PKG_LICENSE:=GPL-3.0-only |