Skip to content

Commit 87f4941

Browse files
committed
repo.json: migrate
[skip ci]
1 parent cb0b99c commit 87f4941

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

repo.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
{
2-
"packages": { "name" : "termux-main", "distribution" : "stable" },
3-
"tur": { "name" : "tur", "distribution" : "stable" },
4-
"tur-electron": { "name": "tur-electron", "distribution" : "electron"},
5-
"root-packages": { "name" : "termux-root", "distribution" : "root" },
6-
"x11-packages": { "name" : "termux-x11", "distribution" : "x11" }
2+
"packages": {
3+
"name": "termux-main",
4+
"distribution": "stable",
5+
"component": "main",
6+
"url": "https://packages-cf.termux.dev/apt/termux-main"
7+
},
8+
"tur": {
9+
"name": "tur",
10+
"distribution": "tur-packages",
11+
"component": "tur",
12+
"url": "https://tur.kcubeterm.com"
13+
},
14+
"tur-electron": {
15+
"name": "tur-electron",
16+
"distribution": "tur-packages",
17+
"component": "tur-electron",
18+
"url": "https://tur.kcubeterm.com"
19+
},
20+
"root-packages": {
21+
"name": "termux-root",
22+
"distribution": "root",
23+
"component": "stable",
24+
"url": "https://packages-cf.termux.dev/apt/termux-root"
25+
},
26+
"x11-packages": {
27+
"name": "termux-x11",
28+
"distribution": "x11",
29+
"component": "main",
30+
"url": "https://packages-cf.termux.dev/apt/termux-x11"
31+
}
732
}

0 commit comments

Comments
 (0)