We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a785e2 commit 746ffd9Copy full SHA for 746ffd9
1 file changed
packages/usql/build.sh
@@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A universal command-line interface for SQL databases"
3
TERMUX_PKG_LICENSE="MIT"
4
TERMUX_PKG_MAINTAINER="@flipee"
5
TERMUX_PKG_VERSION="0.20.8"
6
+TERMUX_PKG_REVISION=1
7
TERMUX_PKG_SRCURL=https://github.com/xo/usql/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
8
TERMUX_PKG_SHA256=71c25971a7ab8558a34d106eb60bf9d06acdfd8b5e6417062748821005aac1a7
9
TERMUX_PKG_AUTO_UPDATE=true
@@ -16,6 +17,9 @@ termux_step_make() {
16
17
tags="$tags no_netezza no_chai"
18
fi
19
20
+ # TODO: remove this once the upstream package is updated to suport go 1.26
21
+ go mod edit -replace github.com/cockroachdb/swiss=github.com/cockroachdb/swiss@b0f6560
22
+ go mod tidy
23
go build \
24
-trimpath \
25
-tags="$tags" \
0 commit comments