From 9cb54089818405038b02b91bcb208cdd71b751b5 Mon Sep 17 00:00:00 2001 From: SirPdboy <63764630+sirpdboy@users.noreply.github.com> Date: Tue, 22 Nov 2022 17:07:50 +0800 Subject: [PATCH] dns --- smartdns/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/smartdns/Makefile b/smartdns/Makefile index ad0a133..2e145c1 100644 --- a/smartdns/Makefile +++ b/smartdns/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartdns -PKG_VERSION:=38 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=Release38.1 +PKG_RELEASE:=19 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/pymumu/smartdns/tar.gz/Release$(PKG_VERSION)? -PKG_HASH:=58734fade06a2adb9333ec3160f7f641ed1c57d155823d016ec751841768bb00 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-Release$(PKG_VERSION) +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git +PKG_SOURCE_VERSION:=51e1ba6897d40f078f4c32a70c1544865f1b4098 +PKG_MIRROR_HASH:=skip PKG_MAINTAINER:=Nick Peng PKG_LICENSE:=GPL-3.0-or-later