From 51a60917d4dedda0476dbe4cf7ef8838a4fcec05 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Mon, 1 Jun 2020 13:10:01 -0500 Subject: [PATCH] Add compatibility line to github_cli, motif and nedit --- packages/github_cli.rb | 1 + packages/motif.rb | 1 + packages/nedit.rb | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/github_cli.rb b/packages/github_cli.rb index f71bff85c..52e93963d 100644 --- a/packages/github_cli.rb +++ b/packages/github_cli.rb @@ -4,6 +4,7 @@ class Github_cli < Package description 'Official Github CLI tool' homepage 'https://cli.github.com/' version '0.9.0' + compatibility 'all' source_url 'https://github.com/cli/cli/archive/v0.9.0.tar.gz' source_sha256 '318295e5a662f785662751f1e2cd4b1f613ec3aced1c4e7f1755d27922dbfdbf' diff --git a/packages/motif.rb b/packages/motif.rb index b7c98179c..63f6b2642 100644 --- a/packages/motif.rb +++ b/packages/motif.rb @@ -4,6 +4,7 @@ class Motif < Package description 'Motif is a freely available source code distribution for the Motif user interface component toolkit.' homepage 'https://motif.ics.com/' version '2.3.8' + compatibility 'all' source_url 'https://downloads.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz' source_sha256 '859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7' diff --git a/packages/nedit.rb b/packages/nedit.rb index 384be95b8..71755c93c 100644 --- a/packages/nedit.rb +++ b/packages/nedit.rb @@ -4,6 +4,7 @@ class Nedit < Package description 'A fast, compact Motif/X11 plain text editor, for most popular Unix systems.' homepage 'https://sourceforge.net/projects/nedit/' version '5.7' + compatibility 'all' source_url 'https://downloads.sourceforge.net/project/nedit/nedit-source/nedit-5.7-src.tar.gz' source_sha256 'add9ac79ff973528ad36c86858238bac4f59896c27dbf285cbe6a4d425fca17a'