mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 20:03:20 +00:00
ipfs: update to 0.16.0
This commit has been automatically submitted by Github Actions.
This commit is contained in:
@@ -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.15.0"
|
||||
TERMUX_PKG_VERSION="0.16.0"
|
||||
TERMUX_PKG_SRCURL=https://github.com/ipfs/kubo/releases/download/v${TERMUX_PKG_VERSION}/kubo-source.tar.gz
|
||||
TERMUX_PKG_SHA256=1a4398d46d822976cc6c75e4c39bf6ec799f909225da764e9a38d96f3b9a456b
|
||||
TERMUX_PKG_SHA256=152ee5c104bbc9bca820a3e4714b4f21edecaced4efdc64dfb1d67cd6525176d
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user