fonttosfnt: add v1.2.2 (#35862)

This commit is contained in:
Alec Scott 2023-03-07 14:16:43 -08:00 committed by GitHub
parent d8f8b42bcb
commit 27b2dc1608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class Fonttosfnt(AutotoolsPackage, XorgPackage):
homepage = "https://cgit.freedesktop.org/xorg/app/fonttosfnt" homepage = "https://cgit.freedesktop.org/xorg/app/fonttosfnt"
xorg_mirror_path = "app/fonttosfnt-1.0.4.tar.gz" xorg_mirror_path = "app/fonttosfnt-1.0.4.tar.gz"
version("1.2.2", sha256="8111317c38f63aff08c717595e65381af7ebfc54ccc23511c2042ef1cd86c648")
version("1.0.4", sha256="3873636be5b3b8e4160070e8f9a7a9221b5bd5efbf740d7abaa9092e10732673") version("1.0.4", sha256="3873636be5b3b8e4160070e8f9a7a9221b5bd5efbf740d7abaa9092e10732673")
depends_on("freetype") depends_on("freetype")