File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# SETTINGS
1414# ----------------------------------------------------------------------------
1515APP_NAME := gitcache
16- APP_VERSION := 1.0.19
16+ APP_VERSION := 1.0.20
1717
1818ALL_TARGET := check-style.venv
1919SCRIPT := src/gitcache
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ So all you have to do is to download the latest executable from the release page
1414|release_url | and copy it to a location of your choice, for example
1515:code: `/usr/local/bin `.
1616
17- $ wget https://github.com/seeraven/gitcache/releases/download/v1.0.19 /gitcache_v1.0.19_Ubuntu22 .04_amd64
18- $ mv gitcache_v1.0.19_Ubuntu22 .04_amd64 /usr/local/bin/gitcache
17+ $ wget https://github.com/seeraven/gitcache/releases/download/v1.0.20 /gitcache_v1.0.20_Ubuntu22 .04_amd64
18+ $ mv gitcache_v1.0.20_Ubuntu22 .04_amd64 /usr/local/bin/gitcache
1919 $ chmod +x /usr/local/bin/gitcache
2020 $ ln -s /usr/local/bin/gitcache /usr/local/bin/git
2121
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = 'setuptools.build_meta'
88
99[project ]
1010name = " gitcache"
11- version = " 1.0.19 "
11+ version = " 1.0.20 "
1212authors = [{
name =
" Clemens Rabe" ,
email =
" [email protected] " }]
1313description = " Local cache for git repositories to speed up working with large repositories and multiple clones."
1414readme = " README.md"
Original file line number Diff line number Diff line change 5353it acts as a wrapper for the git command and intercepts the commands required
5454for the mirror handling.
5555"""
56- GITCACHE_VERSION = "1.0.19 "
56+ GITCACHE_VERSION = "1.0.20 "
5757
5858
5959# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments