Skip to content

Commit

Permalink
arp-scan: update to 1.10.0
Browse files Browse the repository at this point in the history
ieee-iab is removed, see:
royhills/arp-scan@2a56a06

Release Notes:
https://github.com/royhills/arp-scan/releases/tag/1.10.0

Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision committed May 16, 2023
1 parent 4c9ab98 commit c64d613
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/arp-scan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=arp-scan
PKG_VERSION:=1.9.8
PKG_VERSION:=1.10.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/royhills/arp-scan/tar.gz/$(PKG_VERSION)?
PKG_HASH:=b9b75ceaef6348f5951b06c773ec7a243a9e780e160eafebc369f9c27f6a7d3f
PKG_HASH:=204b13487158b8e46bf6dd207757a52621148fdd1d2467ebd104de17493bab25

PKG_MAINTAINER:=Sergey Urushkin <[email protected]>
PKG_LICENSE:=GPL-3.0-or-later
Expand Down Expand Up @@ -70,7 +70,6 @@ endef

define Package/arp-scan-database/install
$(INSTALL_DIR) $(1)/usr/share/arp-scan
$(INSTALL_DATA) $(PKG_BUILD_DIR)/ieee-iab.txt $(1)/usr/share/arp-scan/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/ieee-oui.txt $(1)/usr/share/arp-scan/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/mac-vendor.txt $(1)/usr/share/arp-scan/
endef
Expand Down

0 comments on commit c64d613

Please sign in to comment.