diff --git a/net/iputils/Makefile b/net/iputils/Makefile index 824717f468..774c06ae32 100644 --- a/net/iputils/Makefile +++ b/net/iputils/Makefile @@ -9,13 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iputils -PKG_VERSION:=20240117 +PKG_VERSION:=20240905 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/iputils/iputils/tar.gz/$(PKG_VERSION)? -PKG_HASH:=a5d66e2997945b2541b8f780a7f5a5ec895d53a517ae1dc4f3ab762573edea9a -PKG_BUILD_DIR:=$(BUILD_DIR)/iputils-$(PKG_VERSION) +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=https://github.com/iputils/iputils/releases/download/$(PKG_VERSION) +PKG_HASH:=1ff0c762578d5b0c1c5fbbd081f80f3137ba4f115e5854a4439e36449343bfdb PKG_MAINTAINER:=Noah Meyerhans PKG_LICENSE:=BSD-3-Clause diff --git a/net/iputils/patches/001_version_fix.patch b/net/iputils/patches/001_version_fix.patch index e8dbd369b1..a589d51f8c 100644 --- a/net/iputils/patches/001_version_fix.patch +++ b/net/iputils/patches/001_version_fix.patch @@ -1,7 +1,7 @@ Description: set a static version string rather than discern it from git --- a/meson.build +++ b/meson.build -@@ -19,6 +19,7 @@ add_project_arguments( +@@ -20,6 +20,7 @@ add_project_arguments( conf = configuration_data() conf.set_quoted('PACKAGE_NAME', meson.project_name()) @@ -9,7 +9,7 @@ Description: set a static version string rather than discern it from git build_arping = get_option('BUILD_ARPING') build_clockdiff = get_option('BUILD_CLOCKDIFF') -@@ -148,10 +149,10 @@ foreach h : [ +@@ -149,10 +150,10 @@ foreach h : [ endif endforeach