submodule: tern 1.12.5-1
This commit is contained in:
parent
8c7913c6e1
commit
11cb68d327
3 changed files with 10 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -550,3 +550,6 @@
|
|||
[submodule "sqlc"]
|
||||
path = sqlc
|
||||
url = ssh://aur@aur.archlinux.org/sqlc.git
|
||||
[submodule "tern"]
|
||||
path = tern
|
||||
url = ssh://aur@aur.archlinux.org/tern.git
|
||||
|
|
|
@ -82,6 +82,12 @@ prefix = "r"
|
|||
|
||||
# github
|
||||
|
||||
[tern]
|
||||
source = "github"
|
||||
github = "jackc/tern"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[sqlc]
|
||||
source = "github"
|
||||
github = "kyleconroy/sqlc"
|
||||
|
|
1
tern
Submodule
1
tern
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6128b1f3c6860d3fdaa738ee59c7a2b3adcfa7dc
|
Loading…
Reference in a new issue