scons: update to 2.4.0.

This commit is contained in:
Juan RP 2015-09-25 08:17:35 +02:00
parent e829ec9964
commit 1f58406023

View File

@ -1,6 +1,6 @@
# Template file for 'scons'
pkgname=scons
version=2.3.6
version=2.4.0
revision=1
build_style=python-module
hostmakedepends="python"
@ -13,4 +13,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.scons.org/"
license="MIT"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=98adaa351d8f4e4068a5bf1894bdd7f85b390c8c3f80d437cf8bb266012404df
checksum=1892f472934f1f5947d0e4c5d01e3b992641425553faab4062ddb8e3504c1fb2
post_install() {
vlicense LICENSE.txt
}