wifi-presence: Update to version v0.3.0
authorAdam Williams <pwnfactory@gmail.com>
Mon, 21 Nov 2022 04:00:56 +0000 (21:00 -0700)
committerJonathan McCrohan <jmccrohan@gmail.com>
Mon, 21 Nov 2022 19:35:01 +0000 (19:35 +0000)
This version handles the new hostapd connect message format,
as introduced in: https://github.com/openwrt/openwrt/commit/8cb995445a26ee124e40b8ef97cc0ddd9d10f82a

Signed-off-by: Adam Williams <pwnfactory@gmail.com>
net/wifi-presence/Makefile

index e820a104fb4f3a45a0679abcca96e4ab631192d9..6f9f6f89bfe47880544b3638d6b99a2f5f7248d6 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wifi-presence
-PKG_VERSION:=0.2.0
+PKG_VERSION:=0.3.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=-$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/awilliams/wifi-presence/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=d3b4f2e33ba423e353ad17a000f67690c7c84b136726e683a9cb24be53889407
+PKG_HASH:=70014a3d72635fece3ec666bcf0235f7bbd028cea6bc10d8548fbb2a8a8cbc1d
 
 PKG_LICENSE:=MIT
 PKG_MAINTAINER:=Adam Williams <pwnfactory@gmail.com>