From 41d20c4caff56202a70534d77e33d4fa1a9f2d03 Mon Sep 17 00:00:00 2001 From: angt Date: Mon, 23 Nov 2015 12:21:38 +0100 Subject: [PATCH] Update to version 0.0.5 --- glorytun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glorytun/Makefile b/glorytun/Makefile index f0d2e17..0a835a9 100644 --- a/glorytun/Makefile +++ b/glorytun/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glorytun -PKG_VERSION:=0.0.4 +PKG_VERSION:=0.0.5 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:=c195d3509ae5c29c142ecc14bd39e4f2 +PKG_MD5SUM:=26093c6d040dc2a6b5c8db1de6cfc7f3 include $(INCLUDE_DIR)/package.mk