diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-14 13:02:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-14 13:28:19 +0000 |
commit | 81014eb8c28298a274f9d4d970e8ee8537490316 (patch) | |
tree | 28725c6e5eedb69f2b10c7939acf76c5f075a17f /main/gobject-introspection | |
parent | 644212b4c90a51bf388ab12c5ba1643ed5a2ee3a (diff) | |
download | aports-81014eb8c28298a274f9d4d970e8ee8537490316.tar.bz2 aports-81014eb8c28298a274f9d4d970e8ee8537490316.tar.xz |
main/gobject-introspection: upgrade to 1.54.0
Diffstat (limited to 'main/gobject-introspection')
-rw-r--r-- | main/gobject-introspection/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD index 61c626759b..e37b1d12ab 100644 --- a/main/gobject-introspection/APKBUILD +++ b/main/gobject-introspection/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gobject-introspection -pkgver=1.52.1 +pkgver=1.54.0 pkgrel=0 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectIntrospection" @@ -55,4 +55,4 @@ dev() { replaces="gobject-introspection" } -sha512sums="878653ffa80c064c73453ea2878a977e52f0d6a0b2123bee8c3429379366f9da3e9fd991fad0dda170d74e4241314ea6c5120f5988e68fad4bfe9c333d11389f gobject-introspection-1.52.1.tar.xz" +sha512sums="7171bf6162182fba886e296b82a6e96e4bd5a18c131dbff566a091a9c0ebd8ac7160b7d5ef2c04b2a94fe5c1bceb774823c8fde5f9142db8355cd280bc045e79 gobject-introspection-1.54.0.tar.xz" |