pstree 2.40

* pstree 2.40
* pstree: update source

Closes #113825.

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Sean Molenaar 2022-10-23 12:11:02 +02:00 committed by BrewTestBot
parent 71dd17811a
commit 23d8076321
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 13 deletions

View File

@ -3,19 +3,9 @@
class Pstree < Formula
desc "Show ps output as a tree"
homepage "http://www.thp.uni-duisburg.de/pstree/"
url "ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.39.tar.gz"
mirror "https://fossies.org/linux/misc/old/pstree-2.39.tar.gz"
sha256 "7c9bc3b43ee6f93a9bc054eeff1e79d30a01cac13df810e2953e3fc24ad8479f"
# The stable archive is fetched over FTP and there doesn't appear to be a link
# to it on the first-party website. As of writing, the homepage lists an older
# version than the README, so checking the README is likely our best option
# at the moment.
livecheck do
url "http://www.thp.uni-duisburg.de/pstree/README"
regex(/This is pstree V?\s*?(\d+(?:\.\d+)+)/i)
end
homepage "https://github.com/FredHucht/pstree"
url "https://github.com/FredHucht/pstree/archive/refs/tags/v2.40.tar.gz"
sha256 "64d613d8f66685b29f13a80e08cddc08616cf3e315a0692cbbf9de0d8aa376b3"
bottle do
rebuild 2