update libslirp version

This commit is contained in:
Robert de Rooy 2022-02-28 08:27:40 +01:00
parent 5e841df379
commit 78e5688d32
2 changed files with 19 additions and 9 deletions

View File

@ -9,7 +9,7 @@ finish-args: # flatpak permissions
- --device=all # needed for gamepads and serial/parallel - --device=all # needed for gamepads and serial/parallel
- --share=ipc # needed for X11 - --share=ipc # needed for X11
- --share=network # needed for networking (NE2000, IPX) - --share=network # needed for networking (NE2000, IPX)
- --socket=x11 - --socket=x11 # default to X11 due to FS issues
- --socket=pulseaudio - --socket=pulseaudio
- --filesystem=home - --filesystem=home
@ -61,9 +61,14 @@ modules:
- "/include" - "/include"
- "/lib/pkgconfig" - "/lib/pkgconfig"
sources: sources:
- type: archive - type: git
url: https://gitlab.freedesktop.org/slirp/libslirp/uploads/a30aeca3c6ad23f176065d0ee832957b/libslirp-4.4.0.tar.xz url: https://gitlab.freedesktop.org/slirp/libslirp
sha256: e903fc14c26030b51711bd7f098697c2393f237199e3681c2e22ea013c3635a7 tag: "v4.6.1"
x-checker-data:
type: anitya
project-id: 96796
stable-only: true
tag-template: v$version
# Build DOSBox-X SDL2 # Build DOSBox-X SDL2
- name: dosbox-x - name: dosbox-x

View File

@ -61,9 +61,14 @@ modules:
- "/include" - "/include"
- "/lib/pkgconfig" - "/lib/pkgconfig"
sources: sources:
- type: archive - type: git
url: https://gitlab.freedesktop.org/slirp/libslirp/uploads/a30aeca3c6ad23f176065d0ee832957b/libslirp-4.4.0.tar.xz url: https://gitlab.freedesktop.org/slirp/libslirp
sha256: e903fc14c26030b51711bd7f098697c2393f237199e3681c2e22ea013c3635a7 tag: "v4.6.1"
x-checker-data:
type: anitya
project-id: 96796
stable-only: true
tag-template: v$version
# Build DOSBox-X SDL1 # Build DOSBox-X SDL1
- name: dosbox-x - name: dosbox-x