iputils: bump to 20250605
authorJohn Audia <[email protected]>
Wed, 4 Jun 2025 12:06:17 +0000 (08:06 -0400)
committerHannu Nyman <[email protected]>
Sun, 8 Jun 2025 16:02:49 +0000 (19:02 +0300)
Makefile:
 Update to new release
 Change PKG_SOURCE_URL to use codeload.github.com

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64 (ping)

Signed-off-by: John Audia <[email protected]>
net/iputils/Makefile

index 774c06ae321ade485d39878aa80a45f8e4b1cd5f..bd564832dd9d965c5f89a942c1066bb0055b5c20 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=iputils
-PKG_VERSION:=20240905
+PKG_VERSION:=20250605
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=https://github.com/iputils/iputils/releases/download/$(PKG_VERSION)
-PKG_HASH:=1ff0c762578d5b0c1c5fbbd081f80f3137ba4f115e5854a4439e36449343bfdb
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=https://codeload.github.com/$(PKG_NAME)/$(PKG_NAME)/tar.gz/$(PKG_VERSION)?
+PKG_HASH:=19e680c9eef8c079da4da37040b5f5453763205b4edfb1e2c114de77908927e4
 
 PKG_MAINTAINER:=Noah Meyerhans <[email protected]>
 PKG_LICENSE:=BSD-3-Clause