mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/scons: Updated for version 2.4.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
0060cc4cad
commit
5c81799636
2 changed files with 5 additions and 5 deletions
|
@ -23,10 +23,10 @@
|
|||
|
||||
# You may have received a copy of the GNU General Public License along
|
||||
# with this program (most likely, a file named COPYING). If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=scons
|
||||
VERSION=${VERSION:-2.3.6}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scons"
|
||||
VERSION="2.3.6"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="http://www.scons.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scons/scons-2.3.6.tar.gz"
|
||||
MD5SUM="9c6a1c3c716cbe5f16515f163c91d928"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scons/scons-2.4.0.tar.gz"
|
||||
MD5SUM="504d8c2fa426204fe399d239d580b55c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue