bump(main/ipfs): 0.26.0

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2024-01-22 18:11:03 +00:00
parent 9ab05313a5
commit fdb1b23111
1 changed files with 2 additions and 2 deletions

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.25.0"
TERMUX_PKG_VERSION="0.26.0"
TERMUX_PKG_SRCURL=https://github.com/ipfs/kubo/releases/download/v${TERMUX_PKG_VERSION}/kubo-source.tar.gz
TERMUX_PKG_SHA256=f8c937ac376d8e111399d68e3925c415d2d32749d7f46dea53172db2ee6fad27
TERMUX_PKG_SHA256=aaf9f956a10f2e47a11566a6b4f191b832c9d3a6dde5b9f5a99469d398cfd806
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")