Update Conversations with IPv6 to 2.5.5 (334)
This commit is contained in:
parent
b56df8e0fb
commit
fe6ca15a09
|
|
@ -67,11 +67,24 @@ Builds:
|
||||||
- find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/!
|
- find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/!
|
||||||
s/eu.siacs./eu.sum7./" "{}" \;
|
s/eu.siacs./eu.sum7./" "{}" \;
|
||||||
|
|
||||||
|
- versionName: 2.5.5
|
||||||
|
versionCode: 334
|
||||||
|
commit: 2.5.5-sum7
|
||||||
|
gradle:
|
||||||
|
- conversationsFreeCompat
|
||||||
|
prebuild:
|
||||||
|
- find -type d -name "siacs" -print0 | xargs --null -I{} bash -c 'x="{}"; mv
|
||||||
|
"$x" "${x/siacs/sum7}" '
|
||||||
|
- find -type f -name "*.java" -exec sed -i "/eu.siacs.conversations.axolotl/!
|
||||||
|
s/eu.siacs./eu.sum7./" "{}" \;
|
||||||
|
- find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/!
|
||||||
|
s/eu.siacs./eu.sum7./" "{}" \;
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
|
We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
|
||||||
but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml).
|
but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml).
|
||||||
|
|
||||||
AutoUpdateMode: Version %v-sum7
|
AutoUpdateMode: Version %v-sum7
|
||||||
UpdateCheckMode: Tags ^[0-9.]+
|
UpdateCheckMode: Tags ^[0-9.]+
|
||||||
CurrentVersion: 2.5.4
|
CurrentVersion: 2.5.5
|
||||||
CurrentVersionCode: 333
|
CurrentVersionCode: 334
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue