From e37cf04da41a2bb9bb464beb3c757c75446d7031 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 27 Feb 2022 13:31:35 +0100 Subject: [PATCH] ohybridproxy: add PKG_MIRROR_HASH, refresh patch Signed-off-by: Josef Schlehofer --- ohybridproxy/Makefile | 1 + ohybridproxy/patches/0001-find-libubox.patch | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ohybridproxy/Makefile b/ohybridproxy/Makefile index ea23137..da7984f 100644 --- a/ohybridproxy/Makefile +++ b/ohybridproxy/Makefile @@ -13,6 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/sbyx/ohybridproxy.git +PKG_MIRROR_HASH:=bddd7554300b41cc82d24363bfb5f552c1e5ea51b34daeea242c0e5e1522785b PKG_MAINTAINER:=Steven Barth PKG_LICENSE:=GPL-2.0 diff --git a/ohybridproxy/patches/0001-find-libubox.patch b/ohybridproxy/patches/0001-find-libubox.patch index e29db5c..744fd43 100644 --- a/ohybridproxy/patches/0001-find-libubox.patch +++ b/ohybridproxy/patches/0001-find-libubox.patch @@ -7,8 +7,6 @@ Subject: [PATCH] Cmake: Search and find libubox/utils.h CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 2556669d2a52..1c970d92ff56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,9 @@ else(${APPLE}) @@ -21,6 +19,3 @@ index 2556669d2a52..1c970d92ff56 100644 set(CORE src/cache.c src/io.c src/socket.c) add_executable(ohybridproxy src/ohybridproxy.c src/dns2mdns.c ${CORE}) --- -2.9.3 -