This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new a34f783  THRIFT-4812 haxelib readme still points to old ASF git repo 
Client: haxe Patch: Jens Geyer
a34f783 is described below

commit a34f78385f3cd5105d9d82a8922837ffab56e281
Author: Jens Geyer <[email protected]>
AuthorDate: Mon Feb 25 23:16:31 2019 +0100

    THRIFT-4812 haxelib readme still points to old ASF git repo
    Client: haxe
    Patch: Jens Geyer
---
 lib/haxe/README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lib/haxe/README.md b/lib/haxe/README.md
index e74b773..c9f74b5 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` 

Reply via email to