diff options
author | Rucke Teg <rucketeg@protonmail.com> | 2023-02-02 21:37:34 +0100 |
---|---|---|
committer | Noah Meyerhans <frodo@morgul.net> | 2023-02-05 09:05:30 -0800 |
commit | 6cf293dc2ee0ff36c48da813258c993c8d65efba (patch) | |
tree | 571f403ea29b2e8dede4dcb4b3617f3784c8ca3d /net/bind | |
parent | 93b75d0058a0f6a26c15b49d1047837bd5610828 (diff) |
bind: bump release number
Signed-off-by: Rucke Teg <rucketeg@protonmail.com>
Diffstat (limited to 'net/bind')
-rw-r--r-- | net/bind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bind/Makefile b/net/bind/Makefile index a65cfe764..5f753ddc8 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind PKG_VERSION:=9.18.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net> |