pangomm@2.42: rename to pangomm@2.46
parent
2f8349ea42
commit
387db33092
|
@ -1,4 +1,4 @@
|
||||||
class PangommAT242 < Formula
|
class PangommAT246 < Formula
|
||||||
desc "C++ interface to Pango"
|
desc "C++ interface to Pango"
|
||||||
homepage "https://www.pango.org/"
|
homepage "https://www.pango.org/"
|
||||||
url "https://download.gnome.org/sources/pangomm/2.46/pangomm-2.46.0.tar.xz"
|
url "https://download.gnome.org/sources/pangomm/2.46/pangomm-2.46.0.tar.xz"
|
||||||
|
@ -7,15 +7,7 @@ class PangommAT242 < Formula
|
||||||
|
|
||||||
livecheck do
|
livecheck do
|
||||||
url :stable
|
url :stable
|
||||||
regex(/pangomm-(2\.42(?:\.\d+)*)\.t/i)
|
regex(/pangomm-(2\.46(?:\.\d+)*)\.t/i)
|
||||||
end
|
|
||||||
|
|
||||||
bottle do
|
|
||||||
cellar :any
|
|
||||||
sha256 "5c9e14b2e7c96d10ffc4411eae99ce059578163bdc2230aaaf2f122c2ed1f816" => :big_sur
|
|
||||||
sha256 "dae1ce875ec88688f1235bc0587c272232017a9380b25b742db10964c158190c" => :arm64_big_sur
|
|
||||||
sha256 "98a193de21bc07a5e39cadd4e4967f30fd19e06c44c46ef24f0d4b8e184bec59" => :catalina
|
|
||||||
sha256 "cf3d702b8b506abcbcce428435b16f78a0ba75c2865094e9b391a8c2622af022" => :mojave
|
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "meson" => :build
|
depends_on "meson" => :build
|
|
@ -18,6 +18,6 @@
|
||||||
"lua@5.1",
|
"lua@5.1",
|
||||||
"numpy@1.16",
|
"numpy@1.16",
|
||||||
"openssl@1.1",
|
"openssl@1.1",
|
||||||
"pangomm@2.42",
|
"pangomm@2.46",
|
||||||
"python@3.9"
|
"python@3.9"
|
||||||
]
|
]
|
||||||
|
|
|
@ -93,6 +93,7 @@
|
||||||
"open-cobol": "gnu-cobol",
|
"open-cobol": "gnu-cobol",
|
||||||
"opencv3": "opencv",
|
"opencv3": "opencv",
|
||||||
"osh": "etsh",
|
"osh": "etsh",
|
||||||
|
"pangomm@2.42": "pangomm@2.46",
|
||||||
"perl518": "perl@5.18",
|
"perl518": "perl@5.18",
|
||||||
"php72": "php@7.2",
|
"php72": "php@7.2",
|
||||||
"polarssl": "mbedtls",
|
"polarssl": "mbedtls",
|
||||||
|
|
Loading…
Reference in New Issue