mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
parent
0c3701ecb8
commit
8c55e85249
|
|
@ -1281,3 +1281,13 @@ location = github-release/atom/atom/LatestRelease/*
|
|||
pattern = github-release/atom/atom/LatestRelease/atom[-\.](.*).(deb|rpm|tar\.gz)
|
||||
version = Atom $1
|
||||
platform = $2
|
||||
|
||||
[fdroid]
|
||||
distro = F-Droid
|
||||
listvers = 4
|
||||
location = fdroid/repo/org.fdroid.fdroid_*.apk
|
||||
pattern = fdroid/repo/org\.fdroid\.fdroid_([\d]+)\.apk
|
||||
platform = Android
|
||||
type = apk
|
||||
version = $1
|
||||
category = app
|
||||
|
|
|
|||
Loading…
Reference in New Issue