mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
PINcredible changes appid to de.cyb3rko.pincredible and update cyb3rko email
This commit is contained in:
parent
57dc73180b
commit
223efdb08b
4 changed files with 43 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ Categories:
|
||||||
- System
|
- System
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
AuthorName: Cyb3rKo
|
AuthorName: Cyb3rKo
|
||||||
AuthorEmail: niko@cyb3rko.de
|
AuthorEmail: cyb3rko-fdroid@proton.me
|
||||||
AuthorWebSite: https://cyb3rko.de
|
AuthorWebSite: https://cyb3rko.de
|
||||||
SourceCode: https://github.com/cyb3rko/flashdim
|
SourceCode: https://github.com/cyb3rko/flashdim
|
||||||
IssueTracker: https://github.com/cyb3rko/flashdim/issues
|
IssueTracker: https://github.com/cyb3rko/flashdim/issues
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ Categories:
|
||||||
- Security
|
- Security
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
AuthorName: Cyb3rKo
|
AuthorName: Cyb3rKo
|
||||||
AuthorEmail: niko@cyb3rko.de
|
AuthorEmail: cyb3rko-fdroid@proton.me
|
||||||
AuthorWebSite: https://cyb3rko.de
|
AuthorWebSite: https://cyb3rko.de
|
||||||
SourceCode: https://github.com/cyb3rko/pazzword
|
SourceCode: https://github.com/cyb3rko/pazzword
|
||||||
IssueTracker: https://github.com/cyb3rko/pazzword/issues
|
IssueTracker: https://github.com/cyb3rko/pazzword/issues
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ Categories:
|
||||||
- Security
|
- Security
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
AuthorName: Cyb3rKo
|
AuthorName: Cyb3rKo
|
||||||
AuthorEmail: niko@cyb3rko.de
|
AuthorEmail: cyb3rko-fdroid@proton.me
|
||||||
AuthorWebSite: https://cyb3rko.de
|
AuthorWebSite: https://cyb3rko.de
|
||||||
SourceCode: https://github.com/cyb3rko/pincredible
|
SourceCode: https://github.com/cyb3rko/pincredible
|
||||||
IssueTracker: https://github.com/cyb3rko/pincredible/issues
|
IssueTracker: https://github.com/cyb3rko/pincredible/issues
|
||||||
|
|
@ -61,7 +61,8 @@ Builds:
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 7bd979cd5ff929e07290e88d67b2d81f228ea264e433f784e4c66373e316bcad
|
AllowedAPKSigningKeys: 7bd979cd5ff929e07290e88d67b2d81f228ea264e433f784e4c66373e316bcad
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
ArchivePolicy: 0
|
||||||
UpdateCheckMode: Tags
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 0.7.1
|
CurrentVersion: 0.7.1
|
||||||
CurrentVersionCode: 12
|
CurrentVersionCode: 12
|
||||||
|
|
|
||||||
37
metadata/de.cyb3rko.pincredible.yml
Normal file
37
metadata/de.cyb3rko.pincredible.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
License: Apache-2.0
|
||||||
|
AuthorName: Cyb3rKo
|
||||||
|
AuthorEmail: cyb3rko-fdroid@proton.me
|
||||||
|
AuthorWebSite: https://cyb3rko.de
|
||||||
|
SourceCode: https://github.com/cyb3rko/pincredible
|
||||||
|
IssueTracker: https://github.com/cyb3rko/pincredible/issues
|
||||||
|
Changelog: https://github.com/cyb3rko/pincredible/releases
|
||||||
|
|
||||||
|
AutoName: PINcredible
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/cyb3rko/pincredible
|
||||||
|
Binaries: https://github.com/cyb3rko/pincredible/releases/download/v%v/PINcredible-%v.apk
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 14
|
||||||
|
commit: eaf846ba4b277c111b5a30aabd467676fa3791f0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
init: sed -i -e '/hasProperty/,/^}/d' build.gradle.kts
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AllowedAPKSigningKeys: 771566403823382c74274efb33d1f2725b9e4e678b6b2faf3bcea9fee8f2a95e
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0.1
|
||||||
|
CurrentVersionCode: 14
|
||||||
Loading…
Reference in a new issue