Commit d47e976a authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #253 from bfayers/pcre-checksum-changed

(FIX) Checksum Mismatch on PCRE
parents cd481f35 1f8cda83
......@@ -3,7 +3,7 @@ require 'package'
class Pcre < Package
version '8.39'
source_url 'http://downloads.sourceforge.net/pcre/pcre-8.39.tar.bz2' # software source tarball url
source_sha1 'b3aec1f643d9701841e2f9d57ac121a7ff448fc8' # source tarball sha1 sum
source_sha1 '5e38289fd1b4ef3e8426f31a01e34b6924d80b90' # source tarball sha1 sum
def self.build # self.build contains commands needed to build the software from source
system "./configure"
......
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