From: John Audia Date: Wed, 23 Oct 2024 12:20:29 +0000 (-0400) Subject: gperftools: bump to version 2.16 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9d7e679db023b76dd8a66acd76a3a5cbbdf33b86;p=openwrt-packages.git gperftools: bump to version 2.16 Changelog: https://github.com/gperftools/gperftools/releases/tag/gperftools-2.16 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia --- diff --git a/libs/gperftools/Makefile b/libs/gperftools/Makefile index 989efd400..92e7e6132 100644 --- a/libs/gperftools/Makefile +++ b/libs/gperftools/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gperftools -PKG_VERSION:=2.15 +PKG_VERSION:=2.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/gperftools/gperftools/tar.gz/$(PKG_NAME)-$(PKG_VERSION)? -PKG_HASH:=3918ff2e21bb3dbb5a801e1daf55fb20421906f7c42fbb482bede7bdc15dfd2e +PKG_HASH:=737be182b4e42f5c7f595da2a7aa59ce0489a73d336d0d16847f2aa52d5221b4 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=John Audia @@ -58,8 +58,6 @@ define Build/InstallDev endef define Package/gperftools-headers/install - $(INSTALL_DIR) $(1)/usr/include/google - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/google/tcmalloc.h $(1)/usr/include/google $(INSTALL_DIR) $(1)/usr/include/gperftools $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/gperftools/tcmalloc.h $(1)/usr/include/gperftools endef