diff options
Diffstat (limited to 'net-mgmt/librenms/Makefile')
-rw-r--r-- | net-mgmt/librenms/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index 2bf35fae5744..a4b7eaa84e22 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -1,6 +1,5 @@ PORTNAME= librenms -PORTVERSION= 25.7.0 -PORTREVISION= 1 +PORTVERSION= 25.8.0 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= LOCAL/dvl:vendor @@ -134,7 +133,7 @@ _SCRIPT_FILES= daily.sh lnms # _RELEASE_TIMESTAMP is used for a patch inside the vendor code # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01 # It sits here so you remember to update it with each release -_RELEASE_TIMESTAMP= 1752667260 +_RELEASE_TIMESTAMP= 1755492731 _ROOT_DIRS= LibreNMS app bootstrap config database doc html \ includes lang licenses mibs misc resources routes \ scripts tests |