Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 423d761

Browse files
committed
Fix links to homebrew formulae [skip ci]
1 parent 6e537e4 commit 423d761

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ $ php --ri v8
8888
$ brew tap homebrew/dupes
8989
$ brew tap homebrew/php
9090
$ brew install php70
91-
$ brew install https://raw.githubusercontent.com/pinepain/php-v8/master/scripts/homebrew/v8.rb
92-
$ brew install https://raw.githubusercontent.com/pinepain/php-v8/master/scripts/homebrew/php70-v8.rb
91+
$ brew install https://raw.githubusercontent.com/pinepain/packaging/master/homebrew/v8.rb
92+
$ brew install https://raw.githubusercontent.com/pinepain/packaging/master/homebrew/php70-v8.rb
9393
$ php --ri v8
9494
```
9595

@@ -106,11 +106,11 @@ You will need a recent v8 Google JavaScript engine version installed. At this ti
106106
$ sudo apt-get update -y
107107
$ sudo apt-get install -y libv8-5.4-dev
108108
```
109-
- For OS X there is the [v8.rb](https://github.com/pinepain/php-v8/blob/master/scripts/homebrew/v8.rb) homebrew formula.
109+
- For OS X there is the [v8.rb][v8.rb] homebrew formula.
110110
To install libv8:
111111

112112
```
113-
$ brew install https://raw.githubusercontent.com/pinepain/php-v8/master/scripts/homebrew/v8.rb
113+
$ brew install https://raw.githubusercontent.com/pinepain/packaging/master/homebrew/v8.rb
114114
```
115115

116116
#### PHP 7
@@ -151,7 +151,7 @@ You will need a recent v8 Google JavaScript engine version installed. At this ti
151151
To install `php70-v8` do:
152152

153153
```
154-
$ brew install https://raw.githubusercontent.com/pinepain/php-v8/master/scripts/homebrew/php70-v8.rb
154+
$ brew install https://raw.githubusercontent.com/pinepain/packaging/master/homebrew/php70-v8.rb
155155
```
156156

157157
### Building php-v8 from sources
@@ -186,6 +186,7 @@ Copyright (c) 2015-2016 Bogdan Padalko <pinepain@gmail.com>
186186

187187
[v8-hello-world]: https://chromium.googlesource.com/v8/v8/+/master/samples/hello-world.cc
188188
[v8-intro]: https://developers.google.com/v8/intro
189-
[php70-v8.rb]: https://github.com/pinepain/php-v8/blob/master/scripts/homebrew/php70-v8.rb
190-
[php71-v8.rb]: https://github.com/pinepain/php-v8/blob/master/scripts/homebrew/php71-v8.rb
189+
[v8.rb]: https://github.com/pinepain/packaging/blob/master/homebrew/v8.rb
190+
[php70-v8.rb]: https://github.com/pinepain/packaging/blob/master/homebrew/php70-v8.rb
191+
[php71-v8.rb]: https://github.com/pinepain/packaging/blob/master/homebrew/php71-v8.rb
191192
[php-v8-stubs]: https://github.com/pinepain/php-v8-stubs

0 commit comments

Comments
 (0)