Browse Source

Merge pull request #2826 from tru7/apcupsd

apcupsd: bump to version 3.14.14
lilik-openwrt-22.03
Hannu Nyman 8 years ago
parent
commit
4288540e49
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/apcupsd/Makefile

+ 3
- 3
net/apcupsd/Makefile View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=apcupsd
PKG_VERSION:=3.14.13
PKG_RELEASE:=4
PKG_VERSION:=3.14.14
PKG_RELEASE:=1
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
PKG_LICENSE:=GPL-2.0
@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/apcupsd
PKG_MD5SUM:=c291d9d3923b4d9c0e600b755ad4f489
PKG_MD5SUM:=cc8f5ced77f38906a274787acb9bc980
PKG_BUILD_DEPENDS:=libgd


Loading…
Cancel
Save