Skip to content

Commit

Permalink
feat: build termux-tools for aas instead of termux
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxGalaxy committed Jul 29, 2024
1 parent db9bc85 commit 6885e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/termux-tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://termux.dev/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.42.4"
TERMUX_PKG_SRCURL=https://github.com/termux/termux-tools/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1e40a8c52c4a2205224b2cbb766255e304a514328e37a0229707666863032caa
TERMUX_PKG_VERSION="1.43.2"
TERMUX_PKG_SRCURL=https://github.com/Innovative-CST/termux-tools/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b2ce0720808d70c5bdda304b3e1e51a4e78b009c6c7e6598898d9ba9dd26c168
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_AUTO_UPDATE=true
Expand Down

0 comments on commit 6885e88

Please sign in to comment.