diff --git a/lfs/nqptp b/lfs/nqptp index 4e669302b..f35831613 100644 --- a/lfs/nqptp +++ b/lfs/nqptp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -27,7 +27,8 @@ include Config SUMMARY = nqptp is a daemon that monitors timing data from any PTP clocks # https://github.com/mikebrady/nqptp/archive/$(VER).tar.gz -VER = ad384f9ed3b2cc31e97012ab6bfe5a214ffc65a2 +# The archive part of the url no longer exists +VER = 1.2.4 THISAPP = nqptp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -35,7 +36,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nqptp -PAK_VER = 3 +PAK_VER = 4 SERVICES = nqptp @@ -47,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c294012959d8daa54c2a4fc1803cad620c664fc1d0e5f3a865217059b2b9b656fd1c17cfe1c260ca09dc505c7337a77cd6d09fe642c04d3936e274c192e2aaeb +$(DL_FILE)_BLAKE2 = b19f57b00bd092e518914804c5ae573733e2643548fcc40eaeaf89530495312d3f8536cbc854a36557b7bd9cf14bd5c44453772899bc635b53c4ae38ef3120f4 install : $(TARGET)