development/kicad-doc: Updated for version bzr_20110330.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-04-02 20:40:39 -03:00 committed by Robby Workman
parent e590468b66
commit 50bab78e6a
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ Additional KiCad documentation and presentations.
Since this documentation package has a separate release time-line,
you may have to specify the version of the installed KiCad package if
it is newer than this documentation package. At the time of writing,
it was "bzr_20101223". To specify another release, run this SlackBuild
it was "bzr_20110330". To specify another release, run this SlackBuild
as follows:
# KICAD_VERSION="bzr_yyyymmdd" ./kicad-doc.SlackBuild

View file

@ -7,13 +7,13 @@
# Revision date: 2011/01/01
PRGNAM=kicad-doc
VERSION=${VERSION:-bzr_20101230}
VERSION=${VERSION:-bzr_20110330}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH="noarch"
KICAD_VERSION=${KICAD_VERSION:-bzr_20101223}
KICAD_VERSION=${KICAD_VERSION:-bzr_20110330}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="kicad-doc"
VERSION="bzr_20101230"
VERSION="bzr_20110330"
HOMEPAGE="http://kicad.sourceforge.net/wiki"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-doc-bzr_20101230.tar.bz2"
MD5SUM="dd0c2d8ceadba93c9e8face81e63349d"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-doc-bzr_20110330.tar.bz2"
MD5SUM="a94037d768c3168bb393df3d87213528"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"