diff options
author | Marty R <martin.p.rowe@gmail.com> | 2016-03-18 22:41:47 -0700 |
---|---|---|
committer | Marty R <martin.p.rowe@gmail.com> | 2016-03-18 22:41:47 -0700 |
commit | a72cb6c955a65c1f29b9e99e1691e20b89c37513 (patch) | |
tree | b638a45e96ad604a8b0c3c6ea7730f7b0c80a869 /net/nut/Makefile | |
parent | d1e5f9ca5d0755488701de1a023674f271a61612 (diff) |
nut: upstream version bump
Version bump package to latest v2.7.4 code from upstream. No changes needed for packaging.
Diffstat (limited to 'net/nut/Makefile')
-rw-r--r-- | net/nut/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nut/Makefile b/net/nut/Makefile index 41ab4cc44..8f4f25161 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nut -PKG_VERSION:=2.7.3 -PKG_RELEASE:=2 +PKG_VERSION:=2.7.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.7/ -PKG_MD5SUM:=a1a7f747093663e1f39ab595b63b45e4 +PKG_MD5SUM:=3ba53656933d7471f95140b32a5b8d5c PKG_MAINTAINER:=Martin Rowe <martin.p.rowe@gmail.com> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE-GPL2 |