summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Niels Horn2011-10-15 15:58:08 +0200
committer Niels Horn2011-10-22 14:17:08 +0200
commitb653e995a4f6fed2ffc17fa12fd030c9b379b339 (patch)
tree75efc04b1c0ff5367cf9f2382ac8f69aa7cba0f6 /graphics
parent02ad5239183c53452bf9020cf441d75cf2a15555 (diff)
downloadslackbuilds-b653e995a4f6fed2ffc17fa12fd030c9b379b339.tar.gz
graphics/fritzing: Updated for version 0.6.3b.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fritzing/fritzing.SlackBuild31
-rw-r--r--graphics/fritzing/fritzing.info6
2 files changed, 29 insertions, 8 deletions
diff --git a/graphics/fritzing/fritzing.SlackBuild b/graphics/fritzing/fritzing.SlackBuild
index 26fbd47601..c2e0a1937a 100644
--- a/graphics/fritzing/fritzing.SlackBuild
+++ b/graphics/fritzing/fritzing.SlackBuild
@@ -3,15 +3,36 @@
# Slackware build script for fritzing
# electronic prototyping
-# Written by Niels Horn <niels.horn@gmail.com>
-# Revision date 2011/04/01
+# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# Revision date 2011/09/15
PRGNAM=fritzing
-VERSION=${VERSION:-0.5.2b}
+VERSION=${VERSION:-0.6.3b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCVERSION="2011.02.18.source"
+# version fuss...
+TARVERSION="0.6.3.source"
+SRCVERSION="2011.08.18.source"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -46,7 +67,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM.$SRCVERSION
-tar xvf $CWD/$PRGNAM.$SRCVERSION.tar.bz2
+tar xvf $CWD/$PRGNAM.$TARVERSION.tar.bz2
cd $PRGNAM.$SRCVERSION
chown -R root:root .
find . \
diff --git a/graphics/fritzing/fritzing.info b/graphics/fritzing/fritzing.info
index c1be060991..11b9ddc4db 100644
--- a/graphics/fritzing/fritzing.info
+++ b/graphics/fritzing/fritzing.info
@@ -1,8 +1,8 @@
PRGNAM="fritzing"
-VERSION="0.5.2b"
+VERSION="0.6.3b"
HOMEPAGE="http://fritzing.org/"
-DOWNLOAD="http://fritzing.org/download/0.5.2b/source-tarball/fritzing.2011.02.18.source.tar.bz2"
-MD5SUM="75ab768d54f01779aae89fc5634e8c20"
+DOWNLOAD="http://fritzing.org/download/0.6.3b/source-tarball/fritzing.0.6.3.source.tar.bz2"
+MD5SUM="5483d55252355fd63953b891c42ab984"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"