diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-12-29 21:56:24 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-12-29 21:56:24 +0000 |
commit | 829a5cdffe5c8d14b9b8af42ccda7af6bc8f4373 (patch) | |
tree | a9c5f2c8f111db3c8618f544c9cdb5b0424ae0af /user/gobject-introspection/APKBUILD | |
parent | 2d9fdb5acaa7272227b509213b84f78c45ab295f (diff) | |
parent | 059f116dcd4e90994c2932d1a471788b6189fb61 (diff) | |
download | packages-829a5cdffe5c8d14b9b8af42ccda7af6bc8f4373.tar.gz packages-829a5cdffe5c8d14b9b8af42ccda7af6bc8f4373.tar.bz2 packages-829a5cdffe5c8d14b9b8af42ccda7af6bc8f4373.tar.xz packages-829a5cdffe5c8d14b9b8af42ccda7af6bc8f4373.zip |
Merge branch 'bump.aerdan.20181218' into 'master'
Bugfix bumps for 18 December 2018
See merge request !130
Diffstat (limited to 'user/gobject-introspection/APKBUILD')
-rw-r--r-- | user/gobject-introspection/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/gobject-introspection/APKBUILD b/user/gobject-introspection/APKBUILD index 50bd59d03..a4990adbf 100644 --- a/user/gobject-introspection/APKBUILD +++ b/user/gobject-introspection/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: pkgname=gobject-introspection -pkgver=1.58.1 +pkgver=1.58.2 pkgrel=0 pkgdesc="Introspection system for GObject-based libraries" url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" @@ -46,4 +46,4 @@ dev() { replaces="gobject-introspection" } -sha512sums="179cacb682de3fec109f67c5201e0c0582cc484452532a98d012d397f49179eb9972a69956ba6144201c3fda8054b0e1af5741eba8a3d107f05cb7dbaa281440 gobject-introspection-1.58.1.tar.xz" +sha512sums="b516527a910702b26f8034ded463bdd28bb9db782ac77947ac2178ae3a41bd9e0390fff6155aca6e9ec92c6cf051314134322efae6937bd9cbcb4033df65c677 gobject-introspection-1.58.2.tar.xz" |