Skip to content

Commit b82e375

Browse files
committed
feat: update dependencies
``` | Package | Update | Change | |---|---|---| | git://git.kernel.org/pub/scm/devel/pahole/pahole.git | minor | `1.30` -> `1.31` | | git://git.savannah.gnu.org/coreutils.git | minor | `9.8` -> `9.9` | | [plougher/squashfs-tools](https://redirect.github.com/plougher/squashfs-tools) | patch | `4.7.2` -> `4.7.4` | | [siderolabs/bldr](https://redirect.github.com/siderolabs/bldr) | patch | `v0.5.4` -> `v0.5.5` | ``` The last bump before going 1.12-beta. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 44932c0 commit b82e375

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-09-19T05:24:45Z by kres 065ec4c.
3+
# Generated on 2025-11-11T11:24:41Z by kres 911d166.
44

55
# common variables
66

@@ -25,7 +25,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)
2525

2626
# sync bldr image with pkgfile
2727

28-
BLDR_RELEASE := v0.5.4
28+
BLDR_RELEASE := v0.5.5
2929
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE)
3030
BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src
3131

Pkgfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# syntax = ghcr.io/siderolabs/bldr:v0.5.4
1+
# syntax = ghcr.io/siderolabs/bldr:v0.5.5
22

33
# Sync bldr image with Makefile
44

55
format: v1alpha2
66

77
vars:
8-
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.12.0-alpha.0-10-gfc7f2c7
8+
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.12.0
99

1010
# renovate: datasource=github-tags depName=argp-standalone/argp-standalone
1111
argp_standalone_version: 1.5.0
@@ -52,9 +52,9 @@ vars:
5252
cmake_sha512: 169b8ebfbd2c880a1f3ed8c3da8d4b8e9252a5a1ff9f0011e39bb3bb84d183f0379eea880b80e2e052c333db91e49b80e5a65131f71fc8582709b604e94bf280
5353

5454
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.savannah.gnu.org/coreutils.git
55-
coreutils_version: 9.8
56-
coreutils_sha256: e6d4fd2d852c9141a1c2a18a13d146a0cd7e45195f72293a4e4c044ec6ccca15
57-
coreutils_sha512: 7b6c420907f0e33e4aff3dd92270f8cbd3e94b2ae8cf7caa2d5d1cfd5e9958319904a6547127abd55ee63aae0316f5b1228586b2da34ea402da032e925a25e53
55+
coreutils_version: 9.9
56+
coreutils_sha256: 19bcb6ca867183c57d77155eae946c5eced88183143b45ca51ad7d26c628ca75
57+
coreutils_sha512: e7b0e59f7732d2c098ea4934014f470248bd5c4764210e9200a698010a8e3b95bbb26e543f0cd73ed5a4b8e1f8cda932c73f39954d68175e4deaa47526610c65
5858

5959
# renovate: datasource=git-tags extractVersion=^release_(?<version>.*)$ depName=git://git.savannah.gnu.org/cpio.git
6060
cpio_version: 2_13
@@ -243,9 +243,9 @@ vars:
243243
openssl_sha512: 866825a1cdf0b705b409402fbc7a713e7d9b8e7736c5126be57b354927954c148a341fc52b02c0629c1e015a889bfd40217f8e703b73235892e91da060909b76
244244

245245
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/devel/pahole/pahole.git
246-
pahole_version: 1.30
247-
pahole_sha256: 88b93515a09fa6df3ad554660fb115affa97439f3cc4d2fa0049b17c0f325f5c
248-
pahole_sha512: ca345a202fcc48f73ab67953d1448e3e10957f892ac2e96ce7412dce816823f99fe64d583006fdf61a534df906d9691ef54376cbb45bed2853d0142e1a5cd6be
246+
pahole_version: 1.31
247+
pahole_sha256: a0b9d79bdb8d3028a87afd402a61d0ff5b05c982b15f6bab1be08ca1662cd0e9
248+
pahole_sha512: 78b0d42c5b33381c2a1bc975861344c2de22898b877a0eceb890f59ca5699a894efe50b551e98e0aedd0e0a4c4dad04eb245282e588442be5579b4e808e2a1d0
249249

250250
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.savannah.gnu.org/patch.git
251251
patch_version: 2.8
@@ -340,9 +340,9 @@ vars:
340340
sed_sha512: 36157a4b4a2430cf421b7bd07f1675d680d9f1616be96cf6ad6ee74a9ec0fe695f8d0b1e1f0b008bbb33cc7fcde5e1c456359bbbc63f8aebdd4fedc3982cf6dc
341341

342342
# renovate: datasource=github-tags depName=plougher/squashfs-tools
343-
squashfs_tools_version: 4.7.2
344-
squashfs_tools_sha256: 4672b5c47d9418d3a5ae5b243defc6d9eae8275b9771022247c6a6082c815914
345-
squashfs_tools_sha512: 4ef134935e97267544837806d8494f7eab14bae834afdb5caf4862703652c6f33bd38ade45e3a276927bfdb4877d5474c1d5b8c14090cc3a63a80aa931e6b25f
343+
squashfs_tools_version: 4.7.4
344+
squashfs_tools_sha256: 91c49f9a1ed972ad00688a38222119e2baf49ba74cf5fda05729a79d7d59d335
345+
squashfs_tools_sha512: 16943b331723c301d7e65c14e5946d3fa27f974ba509a412ab6182a48d83a935d445feb80a27d89a5b5ba5cf86e55835f12d28c2b2b57f5623e1151cb2966376
346346

347347
# renovate: datasource=github-tags depName=swig/swig
348348
swig_version: v4.4.0

tools-squashfs-tools/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- stage: patch
1010
steps:
1111
- sources:
12-
- url: https://github.com/plougher/squashfs-tools/archive/refs/tags/{{ .squashfs_tools_version }}.tar.gz
12+
- url: https://github.com/plougher/squashfs-tools/releases/download/{{ .squashfs_tools_version }}/squashfs-tools-{{ .squashfs_tools_version }}.tar.gz
1313
destination: squashfs.tar.gz
1414
sha256: "{{ .squashfs_tools_sha256 }}"
1515
sha512: "{{ .squashfs_tools_sha512 }}"

0 commit comments

Comments
 (0)