mirror of https://github.com/armbian/build.git
tools: Bump `BATCAT_VERSION` from 0.24.0 to 0.25.0 (#7706)
This commit is contained in:
parent
1557c9fcf0
commit
7ea4cb3b8d
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
function run_tool_batcat() {
|
||||
# Default version
|
||||
BATCAT_VERSION=${BATCAT_VERSION:-0.24.0} # https://github.com/sharkdp/bat/releases
|
||||
BATCAT_VERSION=${BATCAT_VERSION:-0.25.0} # https://github.com/sharkdp/bat/releases
|
||||
|
||||
declare non_cache_dir="/armbian-tools/batcat" # To deploy/reuse cached batcat in a Docker image.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue