bump(main/kubo): 0.38.2

This commit has been automatically submitted by Github Actions.
This commit is contained in:
termux-pacman-bot
2025-10-30 06:43:50 +00:00
parent f661329374
commit a5ed39c76a

View File

@@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="A peer-to-peer hypermedia distribution protocol"
TERMUX_PKG_LICENSE="MIT, Apache-2.0"
TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE-APACHE, LICENSE-MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.38.1"
TERMUX_PKG_VERSION="0.38.2"
TERMUX_PKG_SRCURL=https://github.com/ipfs/kubo/releases/download/v${TERMUX_PKG_VERSION}/kubo-source.tar.gz
TERMUX_PKG_SHA256=3ccb8e17b839b679b8ac8e6336402fd2f3da511e27e4a049220bc16dad03c43f
TERMUX_PKG_SHA256=034d9e747519a14da8424e0ec8299cff031f93793e11691d3b64713c6954ad78
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_SUGGESTS="termux-services"
TERMUX_PKG_SERVICE_SCRIPT=("ipfs" "[ ! -d \"${TERMUX_ANDROID_HOME}/.ipfs\" ] && ipfs init --empty-repo 2>&1 && ipfs config --json Swarm.EnableRelayHop false 2>&1 && ipfs config --json Swarm.EnableAutoRelay true 2>&1; exec ipfs daemon --enable-namesys-pubsub 2>&1")