mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Upping version of croc in the installer script.
This commit is contained in:
parent
c0f7c3c250
commit
fe4e9c357a
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
# Issues: https://github.com/schollz/croc/issues
|
# Issues: https://github.com/schollz/croc/issues
|
||||||
#
|
#
|
||||||
# CREATED: 08/10/2019 16:41
|
# CREATED: 08/10/2019 16:41
|
||||||
# REVISION: 0.6.0
|
# REVISION: 0.9.0
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
set -o nounset # Treat unset variables as an error
|
set -o nounset # Treat unset variables as an error
|
||||||
|
|
||||||
|
@ -487,7 +487,7 @@ main() {
|
||||||
local install_file_rcode
|
local install_file_rcode
|
||||||
|
|
||||||
croc_bin_name="croc"
|
croc_bin_name="croc"
|
||||||
croc_version="6.1.1"
|
croc_version="6.1.3"
|
||||||
croc_dl_ext="tar.gz"
|
croc_dl_ext="tar.gz"
|
||||||
croc_base_url="https://github.com/schollz/croc/releases/download"
|
croc_base_url="https://github.com/schollz/croc/releases/download"
|
||||||
prefix="${1}"
|
prefix="${1}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue