Skip to content

Commit f50318f

Browse files
committed
Prepare for flathub release
1 parent 76f4a1c commit f50318f

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

io.github.ellie_commons.reminduck.flathub.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ cleanup:
2828
- '*.a'
2929

3030
modules:
31-
3231
# Only till https://github.com/flathub/io.elementary.BaseApp/pull/32 gets merged
3332
- name: libportal
3433
buildsystem: meson
@@ -38,12 +37,21 @@ modules:
3837
- -Ddocs=false
3938
- -Dtests=false
4039
sources:
41-
- type: archive
42-
url: https://github.com/flatpak/libportal/releases/download/0.9.1/libportal-0.9.1.tar.xz
43-
sha256: de801ee349ed3c255a9af3c01b1a401fab5b3fc1c35eb2fd7dfb35d4b8194d7f
40+
- type: git
41+
url: https://github.com/flatpak/libportal.git
42+
tag: 0.9.1
43+
commit: 8f5dc8d192f6e31dafe69e35219e3b707bde71ce
44+
x-checker-data:
45+
type: git
46+
tag-pattern: '^([\d.]+)$'
4447

4548
- name: reminduck
4649
buildsystem: meson
4750
sources:
48-
- type: dir
49-
path: "."
51+
- type: git
52+
url: https://github.com/ellie-commons/reminduck.git
53+
tag: 2.1.0
54+
commit: f976064e30e3af37e5deb246562b8359af6679d3
55+
x-checker-data:
56+
type: git
57+
tag-pattern: '^([\d.]+)$'

0 commit comments

Comments
 (0)