mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update PicGuard to 3.0.0 (448)
This commit is contained in:
parent
d156f4e69a
commit
6cd5166607
1 changed files with 6 additions and 7 deletions
|
|
@ -727,10 +727,9 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo/PicGuard com.kjxbyz.picguard
|
- mv $repo/PicGuard com.kjxbyz.picguard
|
||||||
|
|
||||||
- versionName: 2.5.4
|
- versionName: 3.0.0
|
||||||
versionCode: 447
|
versionCode: 448
|
||||||
disable: rust version not pinned
|
commit: 14da19f340c1c2a4aeeb44c9356b5bb9a953ae36
|
||||||
commit: f14187b110df6b0647941ae811a11e92d48af335
|
|
||||||
sudo:
|
sudo:
|
||||||
- mkdir -p /home/runner
|
- mkdir -p /home/runner
|
||||||
- chown vagrant /home/runner
|
- chown vagrant /home/runner
|
||||||
|
|
@ -756,7 +755,7 @@ Builds:
|
||||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||||
| head -n1)
|
| head -n1)
|
||||||
- '[[ $version ]] || exit 1'
|
- '[[ $version ]] || exit 1'
|
||||||
- git -C $$flutter$$ checkout -f $version
|
- git -C $$flutter$$ reset --hard $version
|
||||||
- rm $$flutter$$/engine/src/.gn
|
- rm $$flutter$$/engine/src/.gn
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
|
@ -787,5 +786,5 @@ AllowedAPKSigningKeys: cf8a3665f1baea4a93f656e1154622fd950be384f5d568047d82bd686
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags .*[0-9]$
|
UpdateCheckMode: Tags .*[0-9]$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.5.4
|
CurrentVersion: 3.0.0
|
||||||
CurrentVersionCode: 447
|
CurrentVersionCode: 448
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue