From 96b2cd70e108d3ca4b9327881b00f1300c7f8cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Sepp=C3=A4l=C3=A4?= Date: Sun, 11 Dec 2022 20:00:38 +0200 Subject: [PATCH] uacme: Remove deprecated $(AUTORELEASE) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antti Seppälä --- net/uacme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/uacme/Makefile b/net/uacme/Makefile index d7d66cff1..34e9ddcda 100644 --- a/net/uacme/Makefile +++ b/net/uacme/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uacme PKG_VERSION:=1.7.3 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ndilieto/uacme/tar.gz/upstream/$(PKG_VERSION)?