bump(main/ipfs): 0.27.0

This commit has been automatically submitted by Github Actions.
This commit is contained in:
termux-pacman-bot
2024-03-04 12:44:32 +00:00
parent 2d49b633ab
commit f074be7a20

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