utils/tcpdump: Rework URLs
[openwrt/openwrt.git] / package / network / utils / tcpdump / Makefile
index dc6591bf719bf32982fd3613f564652780de74fc..df510ab1649eecea685873bb00af5aa1ec903620 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tcpdump
-PKG_VERSION:=4.8.1
+PKG_VERSION:=4.9.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.tcpdump.org/release/ \
-       http://www.at.tcpdump.org/
-PKG_MD5SUM:=32f57943649f276e09236ba66622bb0c
+PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \
+       http://www.tcpdump.org/release/
+PKG_HASH:=eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_BUILD_PARALLEL:=1