summaryrefslogtreecommitdiff
path: root/lib/haxe
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-02-25 23:16:31 +0100
committerJens Geyer <jensg@apache.org>2019-02-25 23:21:18 +0100
commita34f78385f3cd5105d9d82a8922837ffab56e281 (patch)
treebcfb0235c896b5981bce126a7a59b2a1b5e729ba /lib/haxe
parent264a3f318ed3e9e51573f67f963c8509786bcec2 (diff)
downloadthrift-a34f78385f3cd5105d9d82a8922837ffab56e281.tar.gz
THRIFT-4812 haxelib readme still points to old ASF git repo
Client: haxe Patch: Jens Geyer
Diffstat (limited to 'lib/haxe')
-rw-r--r--lib/haxe/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/haxe/README.md b/lib/haxe/README.md
index e74b7734f..c9f74b578 100644
--- a/lib/haxe/README.md
+++ b/lib/haxe/README.md
@@ -69,14 +69,12 @@ Thrift Haxe bindings
Thrift Haxe bindings can be set up via the `haxelib` tool
either from the official ASF repo, or via the github mirror.
-- To set up any **stable version**, choose the appropriate branch (e.g. `1.0.0`, etc.):
+- To set up any **stable version**, choose the appropriate branch (e.g. `0.12.0`):
- - `haxelib git thrift https://git.apache.org/thrift.git 1.0.0 lib/haxe`
- - `haxelib git thrift https://github.com/apache/thrift.git 1.0.0 lib/haxe`
+ - `haxelib git thrift https://github.com/apache/thrift.git 0.12.0 lib/haxe`
- To set up the current **development version**, use the `master` branch:
- - `haxelib git thrift https://git.apache.org/thrift.git master lib/haxe`
- `haxelib git thrift https://github.com/apache/thrift.git master lib/haxe`
As usual, the installed library can be updated using `haxelib upgrade`