Skip to content

Commit 4e05041

Browse files
authored
Merge pull request #34 from TrixiEther/trixiether/devops/new_archives
TrixiEther | 3 new archives
2 parents acdbaa4 + 8a19d4c commit 4e05041

6 files changed

+96
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,9 @@ Video player libraries: [DashchanWebm.apk](https://github.com/TrixiEther/Dashcha
7171
| local | ( local archive ) | [DashchanLocal.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanLocal.apk) |
7272
| randomarchive | randomarchive.com | [DashchanRandomArchive.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanRandomArchive.apk) |
7373
| yakujimoe | ii.yakuji.moe | [DashchanYakujiMoe.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanYakujiMoe.apk) |
74-
| archived.moe | archived.moe | [DashchanArchivedMoe.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanArchivedMoe.apk)
75-
| warosu | warosu.org | [DashchanWarosu.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanWarosu.apk)
74+
| archived.moe | archived.moe | [DashchanArchivedMoe.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanArchivedMoe.apk) |
75+
| warosu | warosu.org | [DashchanWarosu.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanWarosu.apk) |
76+
| palanq.win | archive.palanq.win | [DashchanPalanqWin.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package//DashchanPalanqWin.apk) |
77+
| archiveofsins | archiveofsins.com | [DashchanArchiveOfSins.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanArchiveOfSins.apk) |
78+
| archive4plebs | archive.4plebs.org | [DashchanArchiveForPlebs.apk](https://github.com/TrixiEther/Dashchan-Meta/raw/master/update/package/DashchanArchiveForPlebs.apk) |
79+

update/data-v1.json

+54
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,42 @@
128128
}
129129
]
130130
},
131+
{
132+
"name": "archiveforplebs",
133+
"type": "chan",
134+
"title": "archive.4plebs.org",
135+
"packages": [
136+
{
137+
"title": "Release",
138+
"version_name": "1.0",
139+
"version_code": 1,
140+
"api_version": 1,
141+
"min_sdk": 16,
142+
"length": 253766,
143+
"source": "package/DashchanArchiveForPlebs.apk",
144+
"fingerprint": "77:C7:C9:20:0A:97:59:6D:83:21:42:6E:8A:43:3A:CC:FD:56:F5:EB:82:63:9F:ED:3E:46:8A:05:BC:2E:81:BF",
145+
"sha256sum": "20:74:83:C2:BF:05:A0:83:83:A3:F1:F5:69:22:86:61:7D:BE:39:27:92:34:D5:47:CC:45:13:CF:9E:C9:5C:47"
146+
}
147+
]
148+
},
149+
{
150+
"name": "archiveofsins",
151+
"type": "chan",
152+
"title": "archiveofsins.com",
153+
"packages": [
154+
{
155+
"title": "Release",
156+
"version_name": "1.0",
157+
"version_code": 1,
158+
"api_version": 1,
159+
"min_sdk": 16,
160+
"length": 25548,
161+
"source": "package/DashchanArchiveOfSins.apk",
162+
"fingerprint": "77:C7:C9:20:0A:97:59:6D:83:21:42:6E:8A:43:3A:CC:FD:56:F5:EB:82:63:9F:ED:3E:46:8A:05:BC:2E:81:BF",
163+
"sha256sum": "65:64:5B:BC:3F:3E:97:D7:FE:FB:B4:57:7C:48:9B:98:09:27:DB:60:6A:58:EF:D0:EC:73:37:3F:20:54:F3:5E"
164+
}
165+
]
166+
},
131167
{
132168
"name": "archiverbt",
133169
"type": "chan",
@@ -722,6 +758,24 @@
722758
}
723759
]
724760
},
761+
{
762+
"name": "palanqwin",
763+
"type": "chan",
764+
"title": "archive.palanq.win",
765+
"packages": [
766+
{
767+
"title": "Release",
768+
"version_name": "1.0",
769+
"version_code": 1,
770+
"api_version": 1,
771+
"min_sdk": 16,
772+
"length": 25415,
773+
"source": "package/DashchanPalanqWin.apk",
774+
"fingerprint": "77:C7:C9:20:0A:97:59:6D:83:21:42:6E:8A:43:3A:CC:FD:56:F5:EB:82:63:9F:ED:3E:46:8A:05:BC:2E:81:BF",
775+
"sha256sum": "12:2F:67:36:CE:B6:37:7C:E8:1D:91:97:12:14:43:15:36:72:57:BB:13:05:6E:E9:66:04:F3:36:09:4E:DA:55"
776+
}
777+
]
778+
},
725779
{
726780
"name": "ponyach",
727781
"type": "chan",

update/data.json

+36
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,30 @@
8787
"fingerprint": "77:C7:C9:20:0A:97:59:6D:83:21:42:6E:8A:43:3A:CC:FD:56:F5:EB:82:63:9F:ED:3E:46:8A:05:BC:2E:81:BF"
8888
}
8989
],
90+
"archiveforplebs": [
91+
{
92+
"title": "Release",
93+
"name": "1.0",
94+
"code": 1,
95+
"version": 1,
96+
"minSdk": 16,
97+
"length": 253766,
98+
"source": "/TrixiEther/Dashchan-Meta/master/update/package/DashchanArchiveForPlebs.apk",
99+
"fingerprint": "77:C7:C9:20:0A:97:59:6D:83:21:42:6E:8A:43:3A:CC:FD:56:F5:EB:82:63:9F:ED:3E:46:8A:05:BC:2E:81:BF"
100+
}
101+
],
102+
"archiveofsins": [
103+
{
104+
"title": "Release",
105+
"name": "1.0",
106+
"code": 1,
107+
"version": 1,
108+
"minSdk": 16,
109+
"length": 25548,
110+
"source": "/TrixiEther/Dashchan-Meta/master/update/package/DashchanArchiveOfSins.apk",
111+
"fingerprint": "77:C7:C9:20:0A:97:59:6D:83:21:42:6E:8A:43:3A:CC:FD:56:F5:EB:82:63:9F:ED:3E:46:8A:05:BC:2E:81:BF"
112+
}
113+
],
90114
"archiverbt": [
91115
{
92116
"title": "Release",
@@ -483,6 +507,18 @@
483507
"fingerprint": "5A:4F:61:FA:86:C3:64:34:70:81:A8:B3:18:49:53:DE:FC:CD:11:37:2E:93:59:93:89:D6:13:82:B4:7E:82:D3"
484508
}
485509
],
510+
"palanqwin": [
511+
{
512+
"title": "Release",
513+
"name": "1.0",
514+
"code": 1,
515+
"version": 1,
516+
"minSdk": 16,
517+
"length": 25415,
518+
"source": "/TrixiEther/Dashchan-Meta/master/update/package/DashchanPalanqWin.apk",
519+
"fingerprint": "77:C7:C9:20:0A:97:59:6D:83:21:42:6E:8A:43:3A:CC:FD:56:F5:EB:82:63:9F:ED:3E:46:8A:05:BC:2E:81:BF"
520+
}
521+
],
486522
"ponyach": [
487523
{
488524
"title": "Release",
248 KB
Binary file not shown.
24.9 KB
Binary file not shown.

update/package/DashchanPalanqWin.apk

24.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)