release v0.3.5

This commit is contained in:
2020-06-09 21:25:48 +02:00
parent d8d30f1760
commit 86606c5d80
2 changed files with 6 additions and 6 deletions

View File

@@ -2,11 +2,11 @@
Glorytun package for OpenWrt 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`: 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: Update and install your feeds:

View File

@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=glorytun PKG_NAME:=glorytun
PKG_VERSION:=0.3.3 PKG_VERSION:=0.3.5
PKG_RELEASE:=0 PKG_RELEASE:=0
PKG_SOURCE:=glorytun-$(PKG_VERSION).tar.gz PKG_SOURCE:=v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/angt/glorytun/releases/download/v$(PKG_VERSION) PKG_SOURCE_URL:=https://git.miegl.cz/miegl/glorytun/archive
PKG_HASH:=7c385e52ad69cfdf38b5cf42ed2170ad50df001d5c43eb78339af4c6514e66cd PKG_HASH:=20c312b688f02fcee2e6f2878bfe5be242bc8490303f6c48b87b5f8df353a24a
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk