Skip to content

Commit 46f978c

Browse files
authored
Merge branch 'master' into glib-2
2 parents bb932f9 + d44b887 commit 46f978c

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

devel/meson/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MODULE=meson
2-
VERSION=1.7.2
2+
VERSION=1.8.1
33
SOURCE=$MODULE-$VERSION.tar.gz
44
SOURCE_URL_FULL=https://github.com/mesonbuild/meson/archive/$VERSION.tar.gz
5-
SOURCE_VFY=sha256:3640ef596523393100df31ba790bc5fe732215e9711a66b673a21c4eb39bc8f1
5+
SOURCE_VFY=sha256:c945684cfa718e24d98e880a384d5263d3ce8338501639c388451c85b8deebab
66
WEB_SITE=http://mesonbuild.com/
77
TYPE=python3
88
ENTERED=20160429
9-
UPDATED=20250406
9+
UPDATED=20250608
1010
SHORT="The meson build system"
1111

1212
cat << EOF

ftp/curl/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
MODULE=curl
2-
VERSION=8.14.0
2+
VERSION=8.14.1
33
SOURCE=$MODULE-$VERSION.tar.xz
44
SOURCE_URL=https://curl.se/download/
5-
SOURCE_VFY=sha256:b3634cfc538c72c9c6ca794ef4c73d7fdbd171e8dee2db837d83a5e45231002a
5+
SOURCE_VFY=sha256:f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd
66
WEB_SITE=https://curl.se/
77
ENTERED=20010922
8-
UPDATED=20250529
8+
UPDATED=20250605
99
SHORT="Tool for transferring files using URL syntax"
1010

1111
cat << EOF

libs/glib-2/DETAILS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%-*}-$VERSION
88
REPLACES=gdbus-codegen
99
ENTERED=20020313
1010
UPDATED=20250613
11-
SHORT="A library of useful C routines for trees, hashes, and lists"
11+
SHORT="A library of useful C routines for trees, hashes, and lists"
1212

1313
cat << EOF
1414
GLib is the low-level core library that forms the basis for projects such as

libs/libffi/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
MODULE=libffi
2-
VERSION=3.4.7
2+
VERSION=3.5.0
33
SOURCE=$MODULE-$VERSION.tar.gz
44
SOURCE_URL=https://github.com/libffi/libffi/releases/download/v$VERSION
5-
SOURCE_VFY=sha256:138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d
5+
SOURCE_VFY=sha256:8c72678628a5dd8782f08ad421d5a441e42c1c5c1b33e0bc211cbfcf1f3b3978
66
WEB_SITE=http://sourceware.org/libffi
77
ENTERED=20091102
8-
UPDATED=20250307
8+
UPDATED=20250611
99
SHORT="A high level programming interface library"
1010

1111
cat << EOF

python/python/POST_INSTALL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ if query "Do you want lunar to attempt to upgrade your Python modules?" ${ASK_FO
99
for PYTHONMOD in $(sort_by_dependency $PYTHONMODS); do
1010
lin -c $PYTHONMOD || true
1111
done
12+
else
13+
true # don't prevent the next lin from running
1214
fi

0 commit comments

Comments
 (0)