Skip to content

Commit

Permalink
i2pd: update to 2.55.0
Browse files Browse the repository at this point in the history
Fixes compilation with Boost 1.87.

Move away from codeload.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Jan 7, 2025
1 parent ee5f5d8 commit 1457c5e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions net/i2pd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=i2pd
PKG_VERSION:=2.54.0
PKG_VERSION:=2.55.0
PKG_RELEASE:=1
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:=5c3f703417bb5f3e5dda642d39c5d30593a5dcf69d5a5ecfe82d5e8a7d454aaf
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/PurpleI2P/i2pd
PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_MIRROR_HASH:=9a1884cf5d024da33184b9c7287872fdc37493ff12d5823fef19483182cbd01d

PKG_MAINTAINER:=David Yang <[email protected]>
PKG_LICENSE:=BSD-3-Clause
Expand Down

0 comments on commit 1457c5e

Please sign in to comment.