From f6a9bd935f0fdf8b90b6c35a5470d9fe04a628f1 Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Sun, 5 Feb 2023 09:47:34 -0800 Subject: [PATCH] bind: bump PKG_RELEASE --- net/bind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index 9f49d7ee51..dfa48cb526 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:=2 +PKG_RELEASE:=3 USERID:=bind=57:bind=57 PKG_MAINTAINER:=Noah Meyerhans