summaryrefslogtreecommitdiff
path: root/graphics/asymptote/build-scripts/build-asymptote
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/build-scripts/build-asymptote')
-rwxr-xr-xgraphics/asymptote/build-scripts/build-asymptote6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/asymptote/build-scripts/build-asymptote b/graphics/asymptote/build-scripts/build-asymptote
index 9bbc66b36c..91c41d2bb5 100755
--- a/graphics/asymptote/build-scripts/build-asymptote
+++ b/graphics/asymptote/build-scripts/build-asymptote
@@ -3,8 +3,8 @@
HOME=~bowman
SHARED=$HOME/shared/asy
-GCVERSION=8.0.4
-ATOMICVERSION=7.6.10
+GCVERSION=8.2.0
+ATOMICVERSION=7.6.12
GC=gc-$GCVERSION
MAKEFLAGS=-j8
@@ -20,7 +20,7 @@ git clone http://github.com/vectorgraphics/asymptote
cd asymptote
git log > ChangeLog
VERSIONgit=`grep AC_INIT configure.ac | cut -s -d[ -f3 | cut -s -d] -f1`
-VERSION=${VERSIONgit/git/}
+VERSION=${VERSIONgit/git/}$1
cat configure.ac | sed -e "s/$VERSIONgit/$VERSION/" > configure.ac_
mv configure.ac_ configure.ac
cat $ASYMPTOTE/asymptote.spec | sed -e "s|Version:.*|Version: $VERSION|" > asymptote.spec