atop 2.7.0

Closes #91740.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Caleb Xu 2021-12-20 17:28:51 -05:00 committed by BrewTestBot
parent 46e3f73541
commit 9230a07e41
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Atop < Formula
desc "Advanced system and process monitor for Linux using process events"
homepage "https://www.atoptool.nl"
url "https://github.com/Atoptool/atop/archive/refs/tags/v2.6.0.tar.gz"
sha256 "134de16cd58fb651d952e8ac401b20fe7f724afc0b152f06486e5c6f7be9c31a"
url "https://github.com/Atoptool/atop/archive/refs/tags/v2.7.0.tar.gz"
sha256 "0a1d66d79db9abbeb08d1b8128d755cbcc9ebb10eb96ef11cfa7e8b2e68b5d2d"
license "GPL-2.0-or-later"
head "https://github.com/Atoptool/atop.git", branch: "master"
@ -30,7 +30,6 @@ class Atop < Formula
ENV["DEFPATH"] = "prev"
ENV["LOGPATH"] = "prev"
# It would try to install some files suid, which is not good for users:
inreplace "Makefile", "chown root", "true"
inreplace "Makefile", "chmod", "true"
# RPM and Debian packages do not use the Makefile for users, but it ensures we forget nothing:
system "make", "-e", "genericinstall"