update Factor

This commit is contained in:
Gwenhael Le Moine 2019-12-11 10:25:54 +01:00
parent c06154db89
commit 966142d4db
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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