awk 20180827 and add head
Closes #32128. Signed-off-by: Viktor Szakats <commit@vszakats.net>
This commit is contained in:
parent
3efbc9db14
commit
6a7833b67c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class Awk < Formula
|
||||
desc "Text processing scripting language"
|
||||
homepage "https://www.cs.princeton.edu/~bwk/btl.mirror/"
|
||||
url "https://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
|
||||
version "20121220"
|
||||
sha256 "8dc092165c5a4e1449f964286483d06d0dbfba4b0bd003cb5dab30de8f6d9b83"
|
||||
url "https://github.com/onetrueawk/awk/archive/20180827.tar.gz"
|
||||
sha256 "c9232d23410c715234d0c26131a43ae6087462e999a61f038f1790598ce4807f"
|
||||
head "https://github.com/onetrueawk/awk.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue