From a78e527012dd0b772bcfbda980b17575410edffd Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 10 Jul 2021 22:51:14 +0100 Subject: [PATCH] transmission: bump PKG_RELEASE The commit updating the seccomp filter didn't bump PKG_RELEASE. Do that now. Fixes: 1141ee1e5 ("transmission: add new syscalls to seccomp filter)" Signed-off-by: Daniel Golle --- net/transmission/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 255ad8cfc0..4fafe228b5 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission PKG_VERSION:=3.00 -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master