summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-08 09:30:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-08 09:30:49 -0400
commit0a20a850be42728d9a166ddc067815542b4f2e24 (patch)
tree16974397c737902c4eeec3ec734ee9064362104b
parent23cac60a2fc817df6b8c7e06a5f2c286d3918e80 (diff)
parentbec5882dbb5e3b85127c72a4fbfbc4e69564d218 (diff)
Merge branch 'master' of git.ardour.org:ardour/ardour
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 1928fadd8f..b332365407 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -530,8 +530,8 @@ done
if test x$WITH_HARVID != x ; then
cd $APPBIN
- HARVID_VERSION="v0.7.0" # todo make 'latest' symlink on github work somehow.
- curl -L http://x42.github.com/harvid/releases/harvid-${MULTIARCH}-${HARVID_VERSION}.tgz \
+ HARVID_VERSION=$(curl http://ardour.org/files/video-tools/latest_version_numer.txt)
+ curl -L http://ardour.org/files/video-tools/harvid-${MULTIARCH}-${HARVID_VERSION}.tgz \
| tar -x -z --exclude=README --exclude=harvid.1 --strip-components=1 || exit 1
cd -
fi