Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scons.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: scons
version: "4.9.0"
version: "4.9.1"
epoch: 0
description: Software construction system
copyright:
Expand Down Expand Up @@ -29,13 +29,13 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/SCons/scons
expected-commit: bc527d0626289e52bd8d214b9077a9f0b55cc982
expected-commit: 2758b858336c0917636279870c64bf9334078c3f
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

Expand Down
Loading