mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Disable auto updates on sourceforge-hosted apps
There have been cases of sourceforge taking over entire repositories, e.g. injecting ads into release binaries. This means they may well be able to push code and tags as well. Don't remove update checks, but at least don't automatically add builds for new tags.
This commit is contained in:
parent
150cd586e7
commit
4e9c6d259f
4 changed files with 4 additions and 4 deletions
|
|
@ -94,7 +94,7 @@ Build:1.26,30
|
|||
Build:1.27,31
|
||||
commit=v1.27
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.27
|
||||
Current Version Code:31
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ Build:2.1,560
|
|||
Build:2.2,565
|
||||
commit=SolitaireCG-2.2
|
||||
|
||||
Auto Update Mode:Version SolitaireCG-%v
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2
|
||||
Current Version Code:565
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Build:1.11,7
|
|||
Build:1.12,8
|
||||
commit=v1.12
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.12
|
||||
Current Version Code:8
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Build:2.2,20
|
|||
Build:2.3,21
|
||||
commit=v2.3
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.3
|
||||
Current Version Code:21
|
||||
|
|
|
|||
Loading…
Reference in a new issue