Commit 405300cf authored by Casey Strouse's avatar Casey Strouse

Update gawk to 4.1.4

This is a general bugfix/maintenance release.

Tested as working on Samsung XE50013-K01US.

All tests passing.
https://gist.github.com/cstrouse/e67332cd8c2ed5946a7e571408b34e7f
parent c44dd0c6
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