Skip to content

Commit

Permalink
Merge pull request #741 from Murmele/flatpak_sdk_version
Browse files Browse the repository at this point in the history
update flatpak runtime version
  • Loading branch information
Murmele authored Apr 20, 2024
2 parents 9c20e60 + 13db994 commit db7daf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
run: |
pacman --noconfirm -Suy
pacman --noconfirm -S flatpak flatpak-builder xorg-server-xvfb
flatpak install --assumeyes org.kde.Sdk//5.15-21.08
flatpak install --assumeyes org.freedesktop.Sdk.Extension.golang//21.08
flatpak install --assumeyes org.kde.Platform//5.15-21.08
flatpak install --assumeyes org.freedesktop.Sdk.Extension.golang//23.08
- name: Show environment variables
run: >
Expand Down
12 changes: 6 additions & 6 deletions com.github.Murmele.Gittyup.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.Murmele.Gittyup
runtime: org.kde.Platform
runtime-version: 5.15-21.08
runtime-version: 5.15-23.08
sdk: org.kde.Sdk
command: gittyup
desktop-file-name-suffix: "" # used to create development version
Expand Down Expand Up @@ -34,8 +34,8 @@ modules:
sources:
- type: archive
strip-components: 1
url: https://github.com/git-lfs/git-lfs/releases/download/v3.3.0/git-lfs-linux-amd64-v3.3.0.tar.gz
sha256: 6a4e6bd7d06d5c024bc70c8ee8c9da143ffc37d2646e252a17a6126d30cdebc1
url: https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-linux-amd64-v3.5.1.tar.gz
sha256: 6f28eb19faa7a968882dca190d92adc82493378b933958d67ceaeb9ebe4d731e
only-arches: [x86_64]
x-checker-data:
type: json
Expand All @@ -45,8 +45,8 @@ modules:
version-query: .tag_name
- type: archive
strip-components: 1
url: https://github.com/git-lfs/git-lfs/releases/download/v3.3.0/git-lfs-linux-arm64-v3.3.0.tar.gz
sha256: e97c477981a9b6a40026cadc1bf005541d973fc32df2de2f398643b15df6b5c6
url: https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-linux-arm64-v3.5.1.tar.gz
sha256: 4f8700aacaa0fd26ae5300fb0996aed14d1fd0ce1a63eb690629c132ff5163a9
only-arches: [aarch64]
x-checker-data:
type: json
Expand All @@ -67,7 +67,7 @@ modules:

- name: Gittyup
buildsystem: cmake-ninja
config-opts: [-DCMAKE_BUILD_TYPE=Release, -DFLATPAK=ON, -DGENERATE_APPDATA=ON, -DENABLE_UPDATE_OVER_GUI=OFF]
config-opts: [-DCMAKE_BUILD_TYPE=Release, -DFLATPAK=ON, -DGENERATE_APPDATA=ON, -DENABLE_UPDATE_OVER_GUI=OFF, -DUSE_SYSTEM_OPENSSL:BOOL=ON]
builddir: true
sources:
- type: git
Expand Down

0 comments on commit db7daf9

Please sign in to comment.