diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-05 16:29:14 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-05 16:26:05 +0000 |
commit | ed107b7d970d0c9527ef459a720460cee4d06710 (patch) | |
tree | 87f910b0e5ba9769114f6a9931786d325ef627e1 /main/gobject-introspection | |
parent | 19acd8f1dc4ff90a4927784b6b8dbaf45c154591 (diff) | |
download | aports-ed107b7d970d0c9527ef459a720460cee4d06710.tar.bz2 aports-ed107b7d970d0c9527ef459a720460cee4d06710.tar.xz |
main/gobject-introspection: upgrade to 1.64.1
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 2078bd9d6f..b52e1df204 100644 --- a/main/gobject-introspection/APKBUILD +++ b/main/gobject-introspection/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gobject-introspection -pkgver=1.64.0 +pkgver=1.64.1 pkgrel=0 pkgdesc="Introspection system for GObject-based libraries" url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" @@ -43,4 +43,4 @@ dev() { replaces="gobject-introspection" } -sha512sums="d1960424d82dea1f1d36a7c3f9922029e751e77da8dc6904c24750babe7c3f4c11a6795eb218aab342ccbb6326d0ac3eac2c2c903e90b146f4e28c0f413da1ae gobject-introspection-1.64.0.tar.xz" +sha512sums="7610871f7ed5778ea9813062ed6465d131af58c00bdea1bb51dde7f98f459f44ae453eb6d0c5bdc6f7dcd92d639816f4e0773ccd5673cd065d22dabc6448647c gobject-introspection-1.64.1.tar.xz" |