mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +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
|
||||
- mv $repo/PicGuard com.kjxbyz.picguard
|
||||
|
||||
- versionName: 2.5.4
|
||||
versionCode: 447
|
||||
disable: rust version not pinned
|
||||
commit: f14187b110df6b0647941ae811a11e92d48af335
|
||||
- versionName: 3.0.0
|
||||
versionCode: 448
|
||||
commit: 14da19f340c1c2a4aeeb44c9356b5bb9a953ae36
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
|
|
@ -756,7 +755,7 @@ Builds:
|
|||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||
| head -n1)
|
||||
- '[[ $version ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- git -C $$flutter$$ reset --hard $version
|
||||
- rm $$flutter$$/engine/src/.gn
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
|
|
@ -787,5 +786,5 @@ AllowedAPKSigningKeys: cf8a3665f1baea4a93f656e1154622fd950be384f5d568047d82bd686
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.5.4
|
||||
CurrentVersionCode: 447
|
||||
CurrentVersion: 3.0.0
|
||||
CurrentVersionCode: 448
|
||||
|
|
|
|||
Loading…
Reference in a new issue