Skip to content

Commit

Permalink
snap: Update some dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 25, 2024
1 parent b8d5e9f commit 40dd40f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ parts:
appstream:
source: https://github.com/ximion/appstream.git
source-type: git
source-tag: 'v1.0.0'
source-tag: 'v1.0.2'
plugin: meson
build-environment:
- LD_LIBRARY_PATH: $CRAFT_PART_BUILD/src${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
Expand Down Expand Up @@ -238,7 +238,7 @@ parts:
gir-to-d:
source: https://github.com/gtkd-developers/gir-to-d.git
source-type: git
source-tag: 'v0.23.1'
source-tag: 'v0.23.2'
plugin: meson
meson-parameters:
- --prefix=/usr
Expand All @@ -257,7 +257,7 @@ parts:
glibd:
source: https://github.com/gtkd-developers/GlibD.git
source-type: git
source-tag: 'v2.4.2'
source-tag: 'v2.4.3'
plugin: meson
build-environment:
- GIR_PATH: /snap/gnome-42-2204-sdk/current/usr/share/gir-1.0${GIR_PATH:+:$GIR_PATH}
Expand All @@ -277,7 +277,7 @@ parts:

ldc:
plugin: dump
source: https://github.com/ldc-developers/ldc/releases/download/v1.32.2/ldc2-1.32.2-linux-x86_64.tar.xz
source: https://github.com/ldc-developers/ldc/releases/download/v1.36.0/ldc2-1.36.0-linux-x86_64.tar.xz
override-build: |
# link shared by default
sed -i '/\sswitches =/a \ "-link-defaultlib-shared",' etc/ldc2.conf
Expand Down

0 comments on commit 40dd40f

Please sign in to comment.