i2pd: Update package
* Update to 2.41.0 * Added use AUTORELEASE Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
This commit is contained in:
parent
9177168099
commit
c08bb2df62
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=i2pd
|
||||
PKG_VERSION:=2.40.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.41.0
|
||||
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:=4443f484ad40753e892170a26c8ee8126e8338bf416d04eab0c55c1c94a4e193
|
||||
PKG_HASH:=7b333cd26670903ef0672cf87aa9f895814ce2bbef2e587e69d66ad9427664e6
|
||||
|
||||
PKG_MAINTAINER:=David Yang <mmyangfl@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
Loading…
Reference in a new issue