Commit 81838b81 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #452 from cstrouse/update-gawk

Update gawk to 4.1.4
parents ba4704e2 405300cf
require 'package'
class Gawk < Package
version '4.1.1'
source_url 'http://ftp.gnu.org/gnu/gawk/gawk-4.1.1.tar.gz'
source_sha1 '0480d23fffbf04bfd0d4ede4c1c3d57eb81cc771'
version '4.1.4'
source_url 'http://ftp.gnu.org/gnu/gawk/gawk-4.1.4.tar.xz'
source_sha1 'd67e00e2f6178e9cbd2c0ba923ae157bc0b3b570'
def self.build
system './configure --prefix=/usr/local'
......
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