diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2018-10-09 22:13:36 -0400 |
---|---|---|
committer | Daniel F. Dickinson <cshored@thecshore.com> | 2018-11-19 16:41:53 -0500 |
commit | 3aa67b3ca3199d7596a4f55134e7389ba7e49184 (patch) | |
tree | 74103e5dab0813cbdd74702b3b55ea7a13d13f46 /net/nut/Makefile | |
parent | 36fd59dc78fa14f10d06d9d14eee4598633d5dfa (diff) |
nut: Bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r-- | net/nut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index 199014b2f..d35f713ad 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nut PKG_VERSION:=2.7.4 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/ |