From f244eab0bce5c79e65a3f968c89b1ccfa73274ea Mon Sep 17 00:00:00 2001 From: angt Date: Fri, 27 Nov 2015 15:00:18 +0100 Subject: [PATCH] Update to version 0.0.8 --- glorytun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glorytun/Makefile b/glorytun/Makefile index 4d29e71..a0b6dd4 100644 --- a/glorytun/Makefile +++ b/glorytun/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glorytun -PKG_VERSION:=0.0.7 +PKG_VERSION:=0.0.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/angt/glorytun/releases/download/v$(PKG_VERSION) -PKG_MD5SUM:=967190405cbd80c435b2fe179f0e6ec7 +PKG_MD5SUM:=fa3bc97ebe139415cd0a9a363e1a551b include $(INCLUDE_DIR)/package.mk