From bdd8ab6faf1ade127765f2629ffc955595967510 Mon Sep 17 00:00:00 2001 From: R4SAS I2P Date: Sat, 28 May 2022 20:41:49 +0300 Subject: [PATCH] i2pd: Update package * Update to 2.42.1 * Replace spaces with tabulation in init file Signed-off-by: R4SAS I2P --- net/i2pd/Makefile | 4 ++-- net/i2pd/files/i2pd.init | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/i2pd/Makefile b/net/i2pd/Makefile index f8a44d4cbb..2a56f3e7bf 100644 --- a/net/i2pd/Makefile +++ b/net/i2pd/Makefile @@ -10,13 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2pd -PKG_VERSION:=2.41.0 +PKG_VERSION:=2.42.1 PKG_RELEASE:=$(AUTORELEASE) PKG_BUILD_PARALLEL:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/PurpleI2P/i2pd/tar.gz/$(PKG_VERSION)? -PKG_HASH:=7b333cd26670903ef0672cf87aa9f895814ce2bbef2e587e69d66ad9427664e6 +PKG_HASH:=d52b55cf144a6eedbb3433214c035161c07f776090074daba0e5e83c01d09139 PKG_MAINTAINER:=David Yang PKG_LICENSE:=BSD-3-Clause diff --git a/net/i2pd/files/i2pd.init b/net/i2pd/files/i2pd.init index b6a4de8a96..49ef4ffd21 100755 --- a/net/i2pd/files/i2pd.init +++ b/net/i2pd/files/i2pd.init @@ -77,5 +77,5 @@ start_service() { } reload_service() { - procd_send_signal i2pd + procd_send_signal i2pd } -- 2.30.2