add refreshperiod
This commit is contained in:
parent
0af7203114
commit
2d75657cf8
1 changed files with 2 additions and 0 deletions
|
@ -15,8 +15,10 @@
|
||||||
url = "https://github.com/junegunn/fzf/archive/master.tar.gz"
|
url = "https://github.com/junegunn/fzf/archive/master.tar.gz"
|
||||||
exact = true
|
exact = true
|
||||||
stripComponents = 1
|
stripComponents = 1
|
||||||
|
refreshPeriod = "168h"
|
||||||
[".config/nvim"]
|
[".config/nvim"]
|
||||||
type = "archive"
|
type = "archive"
|
||||||
url = "https://github.com/AstroNvim/AstroNvim/archive/master.tar.gz"
|
url = "https://github.com/AstroNvim/AstroNvim/archive/master.tar.gz"
|
||||||
exact = true
|
exact = true
|
||||||
stripComponents = 1
|
stripComponents = 1
|
||||||
|
refreshPeriod = "168h"
|
||||||
|
|
Loading…
Reference in a new issue