diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 20:28:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 00:23:00 -0300 |
commit | c14c53c6b285e06307107d5ce39708161d7f8921 (patch) | |
tree | b9ea174b3325cbc3a731c62a64c2cd13b5784a1e /community/appstream | |
parent | 5b82fe22865072e50a222c2637c55896b1a4e5ca (diff) | |
download | aports-c14c53c6b285e06307107d5ce39708161d7f8921.tar.bz2 aports-c14c53c6b285e06307107d5ce39708161d7f8921.tar.xz |
community/appstream: upgrade to 0.12.9
Diffstat (limited to 'community/appstream')
-rw-r--r-- | community/appstream/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/appstream/APKBUILD b/community/appstream/APKBUILD index 298fe73a64..7bbe7a5dc5 100644 --- a/community/appstream/APKBUILD +++ b/community/appstream/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=appstream -pkgver=0.12.8 +pkgver=0.12.9 pkgrel=0 pkgdesc="Provides a standard for creating app stores across distributions" url="https://distributions.freedesktop.org/wiki/AppStream" @@ -49,4 +49,4 @@ qt() { mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/libAppStreamQt.so.* "$subpkgdir"/usr/lib } -sha512sums="4354ef1840d919102647feffc38687f508b14fe9c047c868448347d888aa821dd8a4d25787a2ffb55247f8e9e20e9e03ba330ad74ad61d476be0c414c04a7c30 AppStream-0.12.8.tar.xz" +sha512sums="af3d5e7885ee09fb6ef9ea0a5c2386141736166ce42912e618f1ee04f2b28866b27c7c5e326221574eb78933b32de8db9f76023bf54e528aded1607e5130992e AppStream-0.12.9.tar.xz" |