[Bug 241569] www/phalcon4: new port for upcoming version 4.0.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 16 09:46:59 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241569

--- Comment #8 from Serghei Iakovlev <sadhooklay at gmail.com> ---
(In reply to Kurt Jaeger from comment #7)
There are two ways:

1. Wait for a release (see https://blog.phalcon.io/post/release-party)

2. 

curl -s https://api.github.com/repos/phalcon/zephir/releases/latest \
  | grep "browser_download_url.*phar" \
  | cut -d : -f 2,3 \
  | tr -d \" \
  | wget -qi -

- Use curl to get the JSON response for the latest release
- Use grep to find the line containing file URL
- Use cut and tr to extract the URL
- Use wget to download it

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list