Skip to content

Commit

Permalink
Release update with envvars for termux
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Mar 3, 2024
1 parent 00ea170 commit 1f3a603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
NAME string = "go-ma-actor"
VERSION string = "v0.2.3"
VERSION string = "v0.2.4"
ENV_PREFIX string = "GO_MA_ACTOR"

configFileMode os.FileMode = 0600
Expand Down
2 changes: 1 addition & 1 deletion termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ KUBO_VERSION="${KUBO_VERSION:-v0.26.0}"
KUBO_TARBALL="kubo_${KUBO_VERSION}_linux-arm64.tar.gz"
KUBO_URL="https://dist.ipfs.tech/kubo/${KUBO_VERSION}/${KUBO_TARBALL}"

GO_MA_ACTOR_VERSION="${GO_MA_ACTOR_VERSION:-v0.2.3}"
GO_MA_ACTOR_VERSION="${GO_MA_ACTOR_VERSION:-v0.2.4}"
GO_MA_ACTOR="go-ma-actor-android-arm64"
GO_MA_ACTOR_URL="https://github.com/bahner/go-ma-actor/releases/download/${GO_MA_ACTOR_VERSION}/${GO_MA_ACTOR}.xz"

Expand Down

0 comments on commit 1f3a603

Please sign in to comment.