From f892f10c4a239344089e16fcefd450d3b986f5b5 Mon Sep 17 00:00:00 2001 From: angt Date: Fri, 20 Nov 2015 10:37:38 +0100 Subject: [PATCH] Update to version 0.0.4 --- glorytun/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/glorytun/Makefile b/glorytun/Makefile index dd436a3..f0d2e17 100644 --- a/glorytun/Makefile +++ b/glorytun/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glorytun -PKG_VERSION:=0.0.3 +PKG_VERSION:=0.0.4 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:=4f237cd548b302046a60f783475a896d +PKG_MD5SUM:=c195d3509ae5c29c142ecc14bd39e4f2 include $(INCLUDE_DIR)/package.mk @@ -23,8 +23,7 @@ define Package/glorytun/description Glorytun endef -TARGET_CFLAGS += -std=c99 -TARGET_CFLAGS += -D_GNU_SOURCE +TARGET_CFLAGS += -std=c99 -D_GNU_SOURCE define Package/glorytun/conffiles /etc/config/glorytun