Skip to content

Commit

Permalink
chore(main/v2ray): Remove trailing whitespace
Browse files Browse the repository at this point in the history
This fixes linting issue in bb1ed47 commit.
  • Loading branch information
Biswa96 committed Jan 8, 2025
1 parent bb1ed47 commit 8e635d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v2ray/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ termux_pkg_auto_update() {
tmpdir="$(mktemp -d)"
curl -sLo "${tmpdir}/tmpfile" "https://github.com/v2fly/v2ray-core/releases/download/v$latest_tag/v2ray-linux-64.zip"
local sha="$(sha256sum "${tmpdir}/tmpfile" | cut -d ' ' -f 1)"

sed \
-e "s|^_RELEASE_SHA256=.*|_RELEASE_SHA256=${sha}|" \
-i "${TERMUX_PKG_BUILDER_DIR}/build.sh"
Expand Down

0 comments on commit 8e635d8

Please sign in to comment.