Download from safe sources.

Downloading directly from VCS repos is not allowed on package build
bots, so use archived exports whenever possible.
This commit is contained in:
Adrien Destugues
2016-07-26 20:21:56 +02:00
committed by Adrien Destugues
parent fe3d2bc9de
commit 535db7dd18
10 changed files with 30 additions and 10 deletions

View File

@@ -6,7 +6,11 @@ HOMEPAGE="https://github.com/HaikuArchives/Jabber4Haiku"
COPYRIGHT="19??-2009 John Blanco, Frank Paul Silye, Andrea Anzani, Daniel Fischer, zuMi"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="git+https://github.com/HaikuArchives/Jabber4Haiku.git#013832c8c57458253eece71c45310a3103229f35"
commit="013832c8c57458253eece71c45310a3103229f35"
SOURCE_URI="$HOMEPAGE/archive/$commit.tar.gz"
SOURCE_FILENAME="$portName-$commit.tar.gz"
SOURCE_DIR="Jabber4Haiku-$commit"
CHECKSUM_SHA256="59e8fdc1bb418e450be1497261d1fa1c5936b2308870d2730cd32e80f90f0a81"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"