update Factor
This commit is contained in:
parent
c06154db89
commit
966142d4db
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@ CWD=$(pwd)
|
|||
|
||||
PRGNAM=$(basename $CWD)
|
||||
ARCH=$(uname -m)
|
||||
VERSION=$(curl http://downloads.factorcode.org/releases/ | grep -o "[0-9.]*/" | grep -v "^/" | tr -d / | sort | tail -n1)
|
||||
VERSION=$(curl -s https://api.github.com/repos/factor/factor/releases/latest | grep tag_name | grep -o "[0-9.]*")
|
||||
BUILD=1
|
||||
|
||||
|
||||
TAG=cyco
|
||||
OUTPUT=/tmp
|
||||
TMP=/tmp/$TAG
|
||||
|
|
Loading…
Add table
Reference in a new issue