mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/flow: Updated for version 0.25.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
28eb8e07b1
commit
12f9df9392
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=flow
|
||||
VERSION=${VERSION:-0.24.2}
|
||||
VERSION=${VERSION:-0.25.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flow"
|
||||
VERSION="0.24.2"
|
||||
VERSION="0.25.0"
|
||||
HOMEPAGE="http://flowtype.org/"
|
||||
DOWNLOAD="https://github.com/facebook/flow/archive/v0.24.2.tar.gz"
|
||||
MD5SUM="d456835faf8aa4152c98d55d081d78a9"
|
||||
DOWNLOAD="https://github.com/facebook/flow/archive/v0.25.0.tar.gz"
|
||||
MD5SUM="8ac32ca61889a4937dbf15b414cfc86d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml"
|
||||
|
|
Loading…
Reference in a new issue