Skip to content

Commit

Permalink
Update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Jun 23, 2022
1 parent bbd43f0 commit 0e7a26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-builder-linux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get install -yq curl
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
RUN apt-get update
RUN apt-get install -yq unzip xz-utils clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libgstreamer-plugins-base1.0-dev
RUN curl -o flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.0.2-stable.tar.xz
RUN curl -o flutter.tar.xz https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.0.3-stable.tar.xz
RUN tar xvf flutter.tar.xz
RUN rm -f flutter.tar.xz

2 changes: 1 addition & 1 deletion misc/ywallet.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<content_rating type="oars-1.1"/>
<developer_name>Hanh Huynh Huu</developer_name>
<releases>
<release version="1.2.5+234" date="2022-05-23" />
<release version="1.2.8+247" date="2022-06-23" />
</releases>
</component>

0 comments on commit 0e7a26c

Please sign in to comment.