pg_top: revision for postgresql
The canonical URL for pg_top is not accessible at the moment, as pgFoundry, the host, is undergoing a rebuild from scratch. Move primary URL to mirror and make working alternate URL the primary.
This commit is contained in:
parent
13e5d51bef
commit
ea3c3daa7b
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
class PgTop < Formula
|
||||
desc "Monitor PostgreSQL processes"
|
||||
homepage "http://ptop.projects.postgresql.org/"
|
||||
url "http://pgfoundry.org/frs/download.php/3504/pg_top-3.7.0.tar.bz2"
|
||||
url "https://www.mirrorservice.org/sites/ftp.postgresql.org/projects/pgFoundry/ptop/pg_top/3.7.0/pg_top-3.7.0.tar.bz2"
|
||||
mirror "http://pgfoundry.org/frs/download.php/3504/pg_top-3.7.0.tar.bz2"
|
||||
sha256 "c48d726e8cd778712e712373a428086d95e2b29932e545ff2a948d043de5a6a2"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue