pingcheck: update to 2022-03-01
Fixes compilation with kernel 5.15.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 3bd4564d71
)
This commit is contained in:
parent
a11f3757fd
commit
60eff3656c
1 changed files with 4 additions and 4 deletions
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pingcheck
|
||||
PKG_VERSION:=2021-02-22
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=2022-03-01
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/br101/pingcheck
|
||||
PKG_SOURCE_VERSION:=c82e03ec536476b978aad2c23711450724b80b91
|
||||
PKG_MIRROR_HASH:=6a81a1f6253bcb1dc64abb58e5f8113f1e0061a920c5a975ad34c06f5adc2719
|
||||
PKG_SOURCE_VERSION:=13b63da97696806ec68638e006ae4fe421f579ae
|
||||
PKG_MIRROR_HASH:=5d833681db6e5f168bd275d6c99f80f9758f21f7ee5d8d66b536361ad740af4d
|
||||
|
||||
PKG_MAINTAINER:=Bruno Randolf <br1@einfach.org>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
|
Loading…
Reference in a new issue