From: Rosen Penev Date: Sun, 11 Aug 2024 22:50:29 +0000 (-0700) Subject: inih: remove r from version X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1e1f75613cd44b6bb29418475e891c0d0f681bb1;p=openwrt-packages.git inih: remove r from version Adds compatibility with APK. Switches from codeload to local tarballs. Smaller and simpler. Signed-off-by: Rosen Penev --- diff --git a/libs/inih/Makefile b/libs/inih/Makefile index dacdb007d..21466194f 100644 --- a/libs/inih/Makefile +++ b/libs/inih/Makefile @@ -1,12 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=inih -PKG_VERSION:=r58 +PKG_VERSION:=58 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/benhoyt/inih/tar.gz/$(PKG_VERSION)? -PKG_HASH:=e79216260d5dffe809bda840be48ab0eec7737b2bb9f02d2275c1b46344ea7b7 +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/benhoyt/inih +PKG_SOURCE_VERSION:=r$(PKG_VERSION) +PKG_MIRROR_HASH:=3dcf4cfd05e5cb0228a19896635fac40d7752c4eac05578c6aaf696d387eaeb7 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=BSD-3-Clause