File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
MODULE=meson
2
- VERSION=1.7.2
2
+ VERSION=1.8.1
3
3
SOURCE=$MODULE-$VERSION.tar.gz
4
4
SOURCE_URL_FULL=https://github.com/mesonbuild/meson/archive/$VERSION.tar.gz
5
- SOURCE_VFY=sha256:3640ef596523393100df31ba790bc5fe732215e9711a66b673a21c4eb39bc8f1
5
+ SOURCE_VFY=sha256:c945684cfa718e24d98e880a384d5263d3ce8338501639c388451c85b8deebab
6
6
WEB_SITE=http://mesonbuild.com/
7
7
TYPE=python3
8
8
ENTERED=20160429
9
- UPDATED=20250406
9
+ UPDATED=20250608
10
10
SHORT="The meson build system"
11
11
12
12
cat << EOF
Original file line number Diff line number Diff line change 1
1
MODULE=curl
2
- VERSION=8.14.0
2
+ VERSION=8.14.1
3
3
SOURCE=$MODULE-$VERSION.tar.xz
4
4
SOURCE_URL=https://curl.se/download/
5
- SOURCE_VFY=sha256:b3634cfc538c72c9c6ca794ef4c73d7fdbd171e8dee2db837d83a5e45231002a
5
+ SOURCE_VFY=sha256:f4619a1e2474c4bbfedc88a7c2191209c8334b48fa1f4e53fd584cc12e9120dd
6
6
WEB_SITE=https://curl.se/
7
7
ENTERED=20010922
8
- UPDATED=20250529
8
+ UPDATED=20250605
9
9
SHORT="Tool for transferring files using URL syntax"
10
10
11
11
cat << EOF
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%-*}-$VERSION
8
8
REPLACES=gdbus-codegen
9
9
ENTERED=20020313
10
10
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"
12
12
13
13
cat << EOF
14
14
GLib is the low-level core library that forms the basis for projects such as
Original file line number Diff line number Diff line change 1
1
MODULE=libffi
2
- VERSION=3.4.7
2
+ VERSION=3.5.0
3
3
SOURCE=$MODULE-$VERSION.tar.gz
4
4
SOURCE_URL=https://github.com/libffi/libffi/releases/download/v$VERSION
5
- SOURCE_VFY=sha256:138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d
5
+ SOURCE_VFY=sha256:8c72678628a5dd8782f08ad421d5a441e42c1c5c1b33e0bc211cbfcf1f3b3978
6
6
WEB_SITE=http://sourceware.org/libffi
7
7
ENTERED=20091102
8
- UPDATED=20250307
8
+ UPDATED=20250611
9
9
SHORT="A high level programming interface library"
10
10
11
11
cat << EOF
Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ if query "Do you want lunar to attempt to upgrade your Python modules?" ${ASK_FO
9
9
for PYTHONMOD in $(sort_by_dependency $PYTHONMODS); do
10
10
lin -c $PYTHONMOD || true
11
11
done
12
+ else
13
+ true # don't prevent the next lin from running
12
14
fi
You can’t perform that action at this time.
0 commit comments