mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Moved source repo for PublicArtexplorer to Codeberg, attempt 2
This commit is contained in:
parent
94f9a3b72f
commit
6f6e5af886
1 changed files with 20 additions and 20 deletions
|
|
@ -7,17 +7,17 @@ License: AGPL-3.0-only
|
|||
AuthorName: Thomas Zell
|
||||
AuthorEmail: thomas@zell-mbc.com
|
||||
WebSite: https://publicartexplorer.com/
|
||||
SourceCode: https://gitlab.com/toz12/PublicArtExplorer
|
||||
IssueTracker: https://gitlab.com/toz12/PublicArtExplorer/-/issues
|
||||
Changelog: https://gitlab.com/toz12/PublicArtExplorer/-/blob/main/ChangeLog.md?ref_type=heads
|
||||
SourceCode: https://codeberg.org/toz/PublicArtExplorer
|
||||
IssueTracker: https://codeberg.org/toz/PublicArtExplorer/-/issues
|
||||
Changelog: https://codeberg.org/toz/PublicArtExplorer/-/blob/main/ChangeLog.md?ref_type=heads
|
||||
Donate: https://www.paypal.com/paypalme/thomaszellmbc
|
||||
Bitcoin: 1EUrRpjDAGgpS8J46tmsVWKbgNqAv7rWC7
|
||||
|
||||
AutoName: PublicArtExplorer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/toz12/PublicArtExplorer.git
|
||||
Binaries: https://gitlab.com/toz12/PublicArtExplorer/-/releases/v%v/downloads/app-release.apk
|
||||
Repo: https://codeberg.org/toz/PublicArtExplorer.git
|
||||
Binaries: https://codeberg.org/toz/PublicArtExplorer/releases/download/v%v/PublicArtExplorer-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.8
|
||||
|
|
@ -51,19 +51,6 @@ Builds:
|
|||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 34
|
||||
disable: https://gitlab.com/toz12/PublicArtExplorer/-/issues/2
|
||||
commit: de7d25e3ecc9b63f3c227490275202a395ebdb2a
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=4
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 37
|
||||
commit: 3c20b89a41114b04fbb5fd382d1b9b266cf73d24
|
||||
|
|
@ -90,10 +77,23 @@ Builds:
|
|||
- foss
|
||||
prebuild: sed -i -e '/finalizedBy("archiveFossReleaseMapping")/d' build.gradle.kts
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 41
|
||||
commit: 64c4bc7e92b5b5e8da91368a63fb11de6d98086d
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=4
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: sed -i -e '/finalizedBy("archiveFossReleaseMapping")/d' build.gradle.kts
|
||||
|
||||
AllowedAPKSigningKeys: 29e794d38b45dfc7df03932a92cf69e0ef037ee1cd6e3506dc82895fcf379f0f
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*)
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 38
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 41
|
||||
|
|
|
|||
Loading…
Reference in a new issue