Files
chromebrew/packages/scons.rb
Maximilian Downey Twiss ddc7a1c151 Upgrade serf, scons, sngrep, peg, srt, sshuttle (#10258)
* sshuttle 1.0.5-1 -> 1.1.2

* srt 1.4.3-rc.0 -> 1.5.3

* peg 0.1.18-2 -> 0.1.20

* sngrep 1.4.6-1 -> 1.8.2

* SCons 3.0.5 -> 4.8.0

* serf 1.3.9-2 -> 1.3.10-73f26fa
2024-08-06 02:45:27 -05:00

22 lines
724 B
Ruby

require 'buildsystems/python'
class Scons < Python
description 'SCons is an Open Source software construction tool that is, a next-generation build tool.'
homepage 'https://scons.org/'
license 'MIT'
version '4.8.0'
compatibility 'all'
source_url 'https://github.com/SCons/scons.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: '6328b0d23b5056a824f81be896813645e63cb4109dbae4f1c8dcb9f388a2984d',
armv7l: '6328b0d23b5056a824f81be896813645e63cb4109dbae4f1c8dcb9f388a2984d',
i686: '5ae1eb2287b066b23d5cf294ae943dd87dd5527be04faa17e73486172227af16',
x86_64: 'bcca5b43aa9137c288b706b750c44033c6caa1a4e8c54095cd2675f0edd77424'
})
depends_on 'python3'
end