From 228d41d75527c520e60c08cfd6846fc26eddb7ba Mon Sep 17 00:00:00 2001 From: Beginner <70857188+Beginner-Go@users.noreply.github.com> Date: Sat, 4 Mar 2023 00:06:33 +0800 Subject: [PATCH] microsocks: drop `$(AUTORELEASE)` Openwrt upstream is phasing out `$ (AUTORELEASE)` --- microsocks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsocks/Makefile b/microsocks/Makefile index 061a75262..ebd4b59fb 100644 --- a/microsocks/Makefile +++ b/microsocks/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=microsocks PKG_VERSION:=1.0.3 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/rofl0r/microsocks/tar.gz/v$(PKG_VERSION)?