Veracity: update to version 2.0

Still no permission support or commit signing, though.
This commit is contained in:
Michael Raskin 2012-08-09 11:05:43 +04:00
parent 6be27d8c4e
commit 938d86b16b
2 changed files with 6 additions and 6 deletions

View File

@ -63,7 +63,7 @@ rec {
export SGNEEDS_DIR="$out"/sgneeds/
export VVTHIRDPARTY="$out"/sgneeds/
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$out/sgneeds/include"
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I"$out/sgneeds/include" -Wno-error"
'') ["minInit" "defEnsureDir"];
prepareMakefiles = a.fullDepEntry ''

View File

@ -1,9 +1,9 @@
rec {
version="1.5.0.10647";
name="veracity-1.5.0.10647";
hash="1b10npyxxg9592wigfpv66h17bzbsg2hqcfm7imyn941a34qrkd3";
url="http://download.sourcegear.com/Veracity/nightly/1.5.0.10647/veracity-source-${version}.tar.gz";
advertisedUrl="http://download.sourcegear.com/Veracity/nightly/1.5.0.10647/veracity-source-1.5.0.10647.tar.gz";
version="2.0.0.10822";
name="veracity-2.0.0.10822";
hash="0zgvrsjxfd1p9pflx1kxggmk953jhjk02h1hili9h1vdasvn2188";
url="http://download.sourcegear.com/Veracity/release/2.0.0.10822/veracity-source-${version}.tar.gz";
advertisedUrl="http://download.sourcegear.com/Veracity/release/2.0.0.10822/veracity-source-2.0.0.10822.tar.gz";
}