diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-11 15:19:21 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-13 06:33:28 +0000 |
commit | 3962cfe3cb99cc869cd2b3fb73ed46171ee4e877 (patch) | |
tree | ec264e9efe0e1d4f8c14ac259df8879a129c619b | |
parent | ff50d0f90b663a46a35c32942180d3dd7f0034b3 (diff) | |
download | aports-3962cfe3cb99cc869cd2b3fb73ed46171ee4e877.tar.bz2 aports-3962cfe3cb99cc869cd2b3fb73ed46171ee4e877.tar.xz |
main/gobject-introspection: upgrade to 1.62.0
-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 0344fb322e..d8ec2c7fa8 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.60.2 +pkgver=1.62.0 pkgrel=0 pkgdesc="Introspection system for GObject-based libraries" url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection" @@ -13,7 +13,7 @@ makedepends="$depends_dev glib-dev libffi-dev flex bison python3-dev meson" subpackages="$pkgname-doc $pkgname-dev" replaces="libgirepository" checkdepends="sed" -source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.gnome.org/sources/gobject-introspection/${pkgver%.*}/gobject-introspection-$pkgver.tar.xz" build() { meson \ @@ -43,4 +43,4 @@ dev() { replaces="gobject-introspection" } -sha512sums="8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e gobject-introspection-1.60.2.tar.xz" +sha512sums="b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638 gobject-introspection-1.62.0.tar.xz" |