mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/bzr: Updated for version 2.2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
040c599b2f
commit
ebb70e89c9
3 changed files with 6 additions and 8 deletions
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bzr
|
||||
VERSION=2.1.0
|
||||
VERSION=2.2.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bzr"
|
||||
VERSION="2.1.0"
|
||||
VERSION="2.2.2"
|
||||
HOMEPAGE="http://bazaar-vcs.org/"
|
||||
DOWNLOAD="http://launchpad.net/bzr/2.1/2.1.0/+download/bzr-2.1.0.tar.gz"
|
||||
MD5SUM="ea184d6cfb22cf4e92ee275f593ca88d"
|
||||
DOWNLOAD="http://launchpad.net/bzr/2.2/2.2.2/+download/bzr-2.2.2.tar.gz"
|
||||
MD5SUM="d1bfa2fd1aad282c423c78d62ebacb21"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="michiel"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
bzr: bzr (Bazaar revision control system)
|
||||
bzr:
|
||||
bzr: Bazaar (``bzr``) is a decentralized revision control system, designed
|
||||
|
|
Loading…
Reference in a new issue