From 86606c5d80f630bec8a7d283b16725d9825e4974 Mon Sep 17 00:00:00 2001 From: Josef Miegl Date: Tue, 9 Jun 2020 21:25:48 +0200 Subject: [PATCH] release v0.3.5 --- README.md | 4 ++-- glorytun/Makefile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 333c59a..53db644 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Glorytun package for OpenWrt -**You need an OpenWrt version with libsodium >= 1.0.4.** +**You need an OpenWrt version with libsodium > 1.0.18 (aegis256 support)** Add this line in your `feeds.conf.default`: - src-git glorytun https://github.com/angt/glorytun-openwrt.git + src-git glorytun https://git.miegl.cz/miegl/glorytun-openwrt.git Update and install your feeds: diff --git a/glorytun/Makefile b/glorytun/Makefile index c35b9eb..2d4df71 100644 --- a/glorytun/Makefile +++ b/glorytun/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glorytun -PKG_VERSION:=0.3.3 +PKG_VERSION:=0.3.5 PKG_RELEASE:=0 -PKG_SOURCE:=glorytun-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/angt/glorytun/releases/download/v$(PKG_VERSION) -PKG_HASH:=7c385e52ad69cfdf38b5cf42ed2170ad50df001d5c43eb78339af4c6514e66cd +PKG_SOURCE:=v$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://git.miegl.cz/miegl/glorytun/archive +PKG_HASH:=20c312b688f02fcee2e6f2878bfe5be242bc8490303f6c48b87b5f8df353a24a PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk