diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-05 19:52:07 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-06-05 21:41:43 +0200 |
commit | b936210b855b32ac07e9d76e61466c852ae3c3ef (patch) | |
tree | eaa184d35e905732765d48e6b74ee83f1897eb81 /package/softether | |
parent | 373930bd7d6342c257629b780d43de4e9c94bb71 (diff) | |
download | buildroot-b936210b855b32ac07e9d76e61466c852ae3c3ef.tar.gz buildroot-b936210b855b32ac07e9d76e61466c852ae3c3ef.zip |
package/softether: bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/softether')
-rw-r--r-- | package/softether/softether.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/softether/softether.mk b/package/softether/softether.mk index 489341e7e7..9f987744f3 100644 --- a/package/softether/softether.mk +++ b/package/softether/softether.mk @@ -4,7 +4,7 @@ # ################################################################################ -SOFTETHER_VERSION = 4b65e251f240d0b36c704acd598f4ceb07c41413 +SOFTETHER_VERSION = 1e17c9bcfd7e7b31756aa5389bcbff76c2c9c88a SOFTETHER_SITE = $(call github,SoftEtherVPN,SoftEtherVPN,$(SOFTETHER_VERSION)) SOFTETHER_PATCH = \ https://github.com/dajhorn/SoftEtherVPN/commit/c5e5d7e93c6f3302adf5821c29c4efdb7630e418.patch \ |