diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-10 11:32:39 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:36 +0700 |
commit | 39d018a980690b2bc93d9139308ed185fe245d23 (patch) | |
tree | 1850bee7ddda10b5e11ae5620049511b46cc8391 /network/clusterit | |
parent | ec5e259249258da0cd3b0cc76173c9d69756c383 (diff) |
network/clusterit: Fix ordering of info file entries.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/clusterit')
-rw-r--r-- | network/clusterit/clusterit.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/clusterit/clusterit.info b/network/clusterit/clusterit.info index 0535e62ea6d3..4e06c12768e7 100644 --- a/network/clusterit/clusterit.info +++ b/network/clusterit/clusterit.info @@ -3,8 +3,8 @@ VERSION="2.5" HOMEPAGE="https://www.garbled.net/clusterit.html" DOWNLOAD="https://downloads.sourceforge.net/project/clusterit/clusterit/clusterit-2.5/clusterit-2.5.tar.gz" MD5SUM="f0e772e07122e388de629fb57f7237ab" -REQUIRES="" DOWNLOAD_x86_64="" MD5SUM_x86_64="" +REQUIRES="" MAINTAINER="Pierre-Philipp Braun" EMAIL="pbraun@nethence.com" |