diff options
author | Cem Keylan <cem@ckyln.com> | 2020-11-17 01:35:33 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-11-17 01:35:33 +0300 |
commit | 89fcbe6cd7cfd8a255c1b57f4808a5cdf1542e93 (patch) | |
tree | f508331429ed5b0dcb92cb558e74cc2c5a4a5067 /extra/pango | |
parent | 0727648764fb41d69010fc6217c2196597b3036f (diff) | |
download | repository-89fcbe6cd7cfd8a255c1b57f4808a5cdf1542e93.tar.gz |
pango: bump to 1.48.0
Diffstat (limited to 'extra/pango')
-rwxr-xr-x | extra/pango/build | 2 | ||||
-rw-r--r-- | extra/pango/checksums | 2 | ||||
-rw-r--r-- | extra/pango/sources | 2 | ||||
-rw-r--r-- | extra/pango/version | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extra/pango/build b/extra/pango/build index f9f9fd37..bb912267 100755 --- a/extra/pango/build +++ b/extra/pango/build @@ -6,7 +6,7 @@ meson \ --prefix=/usr \ -Dgir=false \ -Dgtk_doc=false \ - -Dintrospection=false \ + -Dintrospection=disabled \ . build ninja -C build diff --git a/extra/pango/checksums b/extra/pango/checksums index 3402e33d..e66af598 100644 --- a/extra/pango/checksums +++ b/extra/pango/checksums @@ -1 +1 @@ -d89fab5f26767261b493279b65cfb9eb0955cd44c07c5628d36094609fc51841 pango-1.46.2.tar.xz +391f26f3341c2d7053e0fb26a956bd42360dadd825efe7088b1e9340a65e74e6 pango-1.48.0.tar.xz diff --git a/extra/pango/sources b/extra/pango/sources index f48ac2a5..82bf410b 100644 --- a/extra/pango/sources +++ b/extra/pango/sources @@ -1 +1 @@ -https://download.gnome.org/sources/pango/1.46/pango-1.46.2.tar.xz +https://download.gnome.org/sources/pango/1.48/pango-1.48.0.tar.xz diff --git a/extra/pango/version b/extra/pango/version index 49efa082..dd56abe8 100644 --- a/extra/pango/version +++ b/extra/pango/version @@ -1 +1 @@ -1.46.2 1 +1.48.0 1 |