aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/build/plugin-versions/equations.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/build/plugin-versions/equations.sh')
-rwxr-xr-xdev/build/plugin-versions/equations.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/build/plugin-versions/equations.sh b/dev/build/plugin-versions/equations.sh
deleted file mode 100755
index 9fc2e237a..000000000
--- a/dev/build/plugin-versions/equations.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-case "$1" in
- git-master|/cygdrive*)
- # First get the SHA of master/HEAD and then download a zip of exactly this state
- EQUATIONS_SHA=$(git ls-remote 'https://github.com/mattam82/Coq-Equations' refs/heads/master | cut -f 1)
-
- echo https://github.com/mattam82/Coq-Equations/archive "$EQUATIONS_SHA" zip 1 "equations-$EQUATIONS_SHA"
- ;;
- *)
- echo https://github.com/mattam82/Coq-Equations/archive v1.1-8.8 zip 1 equations-v1.1-8.8
- ;;
-esac