diff --git a/metadata/com.zell_mbc.publicartexplorer.foss.yml b/metadata/com.zell_mbc.publicartexplorer.foss.yml index 8d483b8ff9..5c4f2be8c3 100644 --- a/metadata/com.zell_mbc.publicartexplorer.foss.yml +++ b/metadata/com.zell_mbc.publicartexplorer.foss.yml @@ -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