diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-07-10 22:51:14 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-10 22:53:26 +0100 |
commit | a78e527012dd0b772bcfbda980b17575410edffd (patch) | |
tree | d6c287e2ec45cb84bafcb41d26937a72b5081977 /net/transmission | |
parent | 1141ee1e5163d0882c0c8ab00c200b797b1ac85f (diff) |
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 <daniel@makrotopia.org>
Diffstat (limited to 'net/transmission')
-rw-r--r-- | net/transmission/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 255ad8cfc..4fafe228b 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 |