mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/SweetHome3D: Updated for version 4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eb269f6c32
commit
53846adc1f
3 changed files with 11 additions and 9 deletions
|
@ -1,2 +1,3 @@
|
||||||
Sweet Home 3D is a free interior design application that helps
|
Sweet Home 3D is a free interior design application
|
||||||
you place your furniture on a house 2D plan, with a 3D preview.
|
that helps you draw the plan of your house, arrange
|
||||||
|
furniture on it and visit the results in 3D.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for SweetHome3D
|
# Slackware build script for SweetHome3D
|
||||||
|
|
||||||
# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
|
# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
|
||||||
# Copyright 2012-2013 by Edward Koenig, Vancouver, Washington, USA <kingbeowulf@gmail.com>
|
# Copyright 2012-2014 by Edward Koenig, Vancouver, Washington, USA <kingbeowulf@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,9 +26,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
# 1.0 2012 New maintainer
|
# 1.0 2012 New maintainer
|
||||||
# 1.1 21-JUN-2013 updated copywrite notice; new version (thanks to rw)
|
# 1.1 21-JUN-2013 updated copywrite notice; new version (thanks to rw)
|
||||||
|
# 1.2 30-NOV-2014 new version.
|
||||||
|
|
||||||
PRGNAM=SweetHome3D
|
PRGNAM=SweetHome3D
|
||||||
VERSION=${VERSION:-4.1}
|
VERSION=${VERSION:-4.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="SweetHome3D"
|
PRGNAM="SweetHome3D"
|
||||||
VERSION="4.1"
|
VERSION="4.5"
|
||||||
HOMEPAGE="http://www.sweethome3d.com/"
|
HOMEPAGE="http://www.sweethome3d.com/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/sweethome3d/SweetHome3D/SweetHome3D-4.1/SweetHome3D-4.1-linux-x86.tgz"
|
DOWNLOAD="http://downloads.sourceforge.net/project/sweethome3d/SweetHome3D/SweetHome3D-4.5/SweetHome3D-4.5-linux-x86.tgz"
|
||||||
MD5SUM="d2ac85a2b3376caa694f379513bffa5d"
|
MD5SUM="8b2b76ba337e8cebfd50854a79c0e99e"
|
||||||
DOWNLOAD_x86_64="http://downloads.sourceforge.net/project/sweethome3d/SweetHome3D/SweetHome3D-4.1/SweetHome3D-4.1-linux-x64.tgz"
|
DOWNLOAD_x86_64="http://downloads.sourceforge.net/project/sweethome3d/SweetHome3D/SweetHome3D-4.5/SweetHome3D-4.5-linux-x64.tgz"
|
||||||
MD5SUM_x86_64="d51b2a020557e32e30ee2b11613a52c1"
|
MD5SUM_x86_64="a3b27b5a74796dcd51befaab1e46355a"
|
||||||
REQUIRES="jdk"
|
REQUIRES="jdk"
|
||||||
MAINTAINER="Edward W. Koenig"
|
MAINTAINER="Edward W. Koenig"
|
||||||
EMAIL="kingbeowulf@gmail.com"
|
EMAIL="kingbeowulf@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue