From f35eca525c89b1815f0e8c9049767ef7d7e8ec60 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 27 Mar 2025 20:52:47 +0000 Subject: [PATCH 1/2] scons/4.9.1 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- scons.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scons.yaml b/scons.yaml index f4a23c7355f..c73098a444f 100644 --- a/scons.yaml +++ b/scons.yaml @@ -1,6 +1,6 @@ package: name: scons - version: "4.9.0" + version: "4.9.1" epoch: 0 description: Software construction system copyright: @@ -29,13 +29,13 @@ pipeline: - uses: git-checkout with: repository: https://github.com/SCons/scons - expected-commit: bc527d0626289e52bd8d214b9077a9f0b55cc982 + expected-commit: afb488972d25940615f6587a3722de1528af4c9b tag: ${{package.version}} - uses: fetch with: uri: https://downloads.sourceforge.net/project/scons/scons/${{package.version}}/SCons-${{package.version}}.tar.gz - expected-sha256: eb1a98354735f8e4c6dca749a34d05d7eafdd350ab2e7b0c98568e3f32682ffd + expected-sha256: bacac880ba2e86d6a156c116e2f8f2bfa82b257046f3ac2666c85c53c615c338 strip-components: 0 extract: false From 18607bf37d9d709f65433bfacb1b74e241cba191 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 28 Mar 2025 16:18:51 -0400 Subject: [PATCH 2/2] scons: update expected-commit The previous expected-commit is a few commits back in history, it looks like it was tagged too early. --- scons.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons.yaml b/scons.yaml index c73098a444f..db797aae794 100644 --- a/scons.yaml +++ b/scons.yaml @@ -29,7 +29,7 @@ pipeline: - uses: git-checkout with: repository: https://github.com/SCons/scons - expected-commit: afb488972d25940615f6587a3722de1528af4c9b + expected-commit: 2758b858336c0917636279870c64bf9334078c3f tag: ${{package.version}} - uses: fetch