File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-03-01T10:12:16Z by kres latest.
3
+ # Generated on 2024-03-08T14:57:49Z by kres latest.
4
4
5
5
# common variables
6
6
@@ -28,7 +28,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)
28
28
29
29
# sync bldr image with pkgfile
30
30
31
- BLDR_RELEASE := v0.2.3
31
+ BLDR_RELEASE := v0.3.0
32
32
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE )
33
33
BLDR := docker run --rm --user $(shell id -u) :$(shell id -g) --volume $(PWD ) :/src --entrypoint=/bldr $(BLDR_IMAGE ) --root=/src
34
34
@@ -90,7 +90,7 @@ NONFREE_TARGETS = nonfree-kmod-nvidia
90
90
# extra variables
91
91
92
92
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME ) /extensions:$(TAG )
93
- PKGS ?= v1.7.0-alpha.0-31-gcb39126
93
+ PKGS ?= v1.7.0-alpha.0-33-g3aacf03
94
94
PKGS_PREFIX ?= ghcr.io/siderolabs
95
95
96
96
# help menu
Original file line number Diff line number Diff line change 1
- # syntax = ghcr.io/siderolabs/bldr:v0.2.3
1
+ # syntax = ghcr.io/siderolabs/bldr:v0.3.0
2
2
3
3
format: v1alpha2
4
4
Original file line number Diff line number Diff line change 9
9
- sources :
10
10
- url : https://download.gnome.org/sources/glib/{{ regexReplaceAll ".\\d+$" .GLIB_VERSION "${1}" }}/glib-{{ .GLIB_VERSION }}.tar.xz
11
11
destination : glib.tar.xz
12
- sha256 : a47f7ecf7bba0346e6cd562887b93ee4ee37a57d8dcae0755f0de8dc75ca5e8c
13
- sha512 : c4cf99546828d8b8310faafcafef6db17381d07973d465e7699a2b8743687c730496de38c5ab670613411b89358f6cd60cc9aad2f35bf0a80d12a53d79f15581
12
+ sha256 : 8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d
13
+ sha512 : 1514d62aeb4c4a1a1048ae0f84f7db7f0dbf355772b2dadf6a34ec547045b163a5e28331b096e7616fe3c9c19bed98025a0202b05073f5d7ee901d0efaffe143
14
14
prepare :
15
15
- |
16
16
tar -xf glib.tar.xz --strip-components=1
29
29
meson setup \
30
30
--prefix=/usr \
31
31
-Ddefault_library=both \
32
+ -Dlibelf=disabled \
32
33
_build
33
34
34
35
ninja -C _build
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://github.com/qemu/qemu.git
2
2
QEMU_VERSION : 8.2.2
3
3
# renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git
4
- GLIB_VERSION : 2.79.2
4
+ GLIB_VERSION : 2.80.0
5
5
# renovate: datasource=github-releases extractVersion=^pcre2-(?<version>.*)$ depName=PCRE2Project/pcre2
6
6
PCRE2_VERSION : 10.42
7
7
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=xenserver/xe-guest-utilities
You can’t perform that action at this time.
0 commit comments