diff options
author | Dugan Chen <thedoogster@gmail.com> | 2012-01-04 10:50:42 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-13 14:43:32 -0600 |
commit | 31ddcbbdeea8d9e0e2026648ae0799862aa786ce (patch) | |
tree | 2c97120d44d0595dba539b3f3899d018249ebb99 /graphics/dia | |
parent | 34f478d3555912dd29943c690f3d95a044acbf01 (diff) | |
download | slackbuilds-31ddcbbdeea8d9e0e2026648ae0799862aa786ce.tar.gz |
graphics/dia: Updated for version 0.97.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/dia.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/dia/dia.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/dia/dia.SlackBuild b/graphics/dia/dia.SlackBuild index fad89df44a..e12e86a37e 100644 --- a/graphics/dia/dia.SlackBuild +++ b/graphics/dia/dia.SlackBuild @@ -3,10 +3,10 @@ # Slackware build script for dia # Written by Matt Hayes (dominian@slackadelic.com # Updated for 64bit by Ash Wiren (ash@spooksoftware.com 19-08-2009 -# Currently mantained by Dugan Chen (dugan [underscore] c [at] fastmail [dot] fm))) +# Currently mantained by Dugan Chen (thedoogster@gmail.com))) PRGNAM=dia -VERSION=0.97.1 +VERSION=0.97.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . diff --git a/graphics/dia/dia.info b/graphics/dia/dia.info index 10a9cd09f8..e1254581bb 100644 --- a/graphics/dia/dia.info +++ b/graphics/dia/dia.info @@ -1,10 +1,10 @@ PRGNAM="dia" -VERSION="0.97.1" +VERSION="0.97.2" HOMEPAGE="http://live.gnome.org/Dia" -DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.1.tar.bz2" -MD5SUM="57e44bb9f387559a0506b52a134deaf0" +DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.2.tar.xz" +MD5SUM="1e1180a513fb567709b09bc19f12105e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Dugan Chen" -EMAIL="dugan [underscore] c [at] fastmail [dot] fm" -APPROVED="rworkman,Niels Horn" +EMAIL="thedoogster@gmail.com" +APPROVED="Niels Horn" |