Commit 8c3b6d0f authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #660 from uberhacker/update-php7-package

Update php7 package from 7.1.4 to 7.1.5
parents 8e6137da 8a69716b
require 'package'
class Php7 < Package
version '7.1.4'
source_url 'http://php.net/distributions/php-7.1.4.tar.xz' # software source tarball url
source_sha1 'e60f2621a0be0b538b94156b13d5313820ecd958' # source tarball sha1 sum
version '7.1.5'
source_url 'http://php.net/distributions/php-7.1.5.tar.xz' # software source tarball url
source_sha1 '8c1622929b838005c72fb4949be9e249ca927fb3' # source tarball sha1 sum
depends_on 'pkgconfig'
depends_on 'zlibpkg'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment