diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-25 14:01:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-25 14:01:58 +0000 |
commit | c089af056172c0926087e61f3f29e7464851f27a (patch) | |
tree | e9419944ab583809a83c6dd7f0a1acada4a6f44c /main/gobject-introspection/APKBUILD | |
parent | 350f2ab57a98bbb9c39fab9a6cf93d24efe3e60c (diff) | |
download | aports-c089af056172c0926087e61f3f29e7464851f27a.tar.bz2 aports-c089af056172c0926087e61f3f29e7464851f27a.tar.xz |
main/gobject-introspection: upgrade to 1.54.1
Diffstat (limited to 'main/gobject-introspection/APKBUILD')
-rw-r--r-- | main/gobject-introspection/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD index e37b1d12ab..6371831fd2 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.54.0 +pkgver=1.54.1 pkgrel=0 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectIntrospection" @@ -10,7 +10,7 @@ depends_dev="python2 glib-dev libffi-dev cairo-dev libtool" makedepends="$depends_dev flex bison python2-dev" depends= replaces="libgirepository" -source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +source="http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz " # since this is a dev package by definition we dont bother separate -dev @@ -55,4 +55,4 @@ dev() { replaces="gobject-introspection" } -sha512sums="7171bf6162182fba886e296b82a6e96e4bd5a18c131dbff566a091a9c0ebd8ac7160b7d5ef2c04b2a94fe5c1bceb774823c8fde5f9142db8355cd280bc045e79 gobject-introspection-1.54.0.tar.xz" +sha512sums="e9ebf9072f0986017c7608e23559918182926da910bb6c5bc9265ba98bcafbf276b8466b35be8ef4953e31d72710a1c91aeecccda42ba8d0cb91801df32d1186 gobject-introspection-1.54.1.tar.xz" |