diff --git a/flatpak/build-flatpak.sh b/flatpak/build-flatpak.sh index 9ab2375..919ea7d 100755 --- a/flatpak/build-flatpak.sh +++ b/flatpak/build-flatpak.sh @@ -1,7 +1,7 @@ set -e set -x -tar -zxf pied-0.2.1-x86_64.tar.gz +tar -zxf pied-0.3.0-x86_64.tar.gz mkdir -p /app/pied cp -r pied/* /app/pied/ diff --git a/flatpak/com.mikeasoft.pied.yaml b/flatpak/com.mikeasoft.pied.yaml index d3eeb5f..5fcc83c 100644 --- a/flatpak/com.mikeasoft.pied.yaml +++ b/flatpak/com.mikeasoft.pied.yaml @@ -22,8 +22,8 @@ modules: - "./build-flatpak.sh" sources: - type: file - url: https://github.com/Elleo/pied/releases/download/v0.2.1/pied-0.2.1-x86_64.tar.gz - sha256: a1225ac7494b172dcab88acb74dfeb30a08ae12fb2266f6c654a2473ee326f21 + url: https://github.com/Elleo/pied/releases/download/v0.3.0/pied-0.3.0-x86_64.tar.gz + sha256: f318d9e0d86f3c5af5900fb63c7e2bd76271a731be977385145809675eaa9908 - type: file path: build-flatpak.sh - type: file