mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
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
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user