i2pd: Update package
* Update to 2.42.1
* Replace spaces with tabulation in init file
Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
(cherry picked from commit bdd8ab6faf
)
This commit is contained in:
parent
b519548e4a
commit
240a8db7ee
2 changed files with 3 additions and 3 deletions
|
@ -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 <mmyangfl@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
|
@ -77,5 +77,5 @@ start_service() {
|
|||
}
|
||||
|
||||
reload_service() {
|
||||
procd_send_signal i2pd
|
||||
procd_send_signal i2pd
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue