diff options
author | Francois Dechery <wxopwx@gmail.com> | 2020-09-28 10:15:16 +0200 |
---|---|---|
committer | Francois Dechery <wxopwx@gmail.com> | 2020-09-28 10:15:16 +0200 |
commit | 5affa01aab442911cab186505f631f149f2781fa (patch) | |
tree | 0fda450671fbfd06c3d09c60c4f347c7342a0ac4 /admin | |
parent | f458a286e9e79b8a20c1ab9c0170caf7afa01508 (diff) |
muninlite: Bump PKG_RELEASE
Signed-off-by: Francois Dechery <wxopwx@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/muninlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile index 39e043078..fe84a5ffc 100644 --- a/admin/muninlite/Makefile +++ b/admin/muninlite/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=muninlite PKG_VERSION:=2.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/munin-monitoring/$(PKG_NAME)/releases/download/$(PKG_VERSION)/ |