diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-09-20 11:47:35 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-09-20 16:40:31 +0000 |
commit | ce795a4d2776a088c8bc830e8fb7c9e29085e80b (patch) | |
tree | 639d06e2bb6ba34e5aa16a6f9f840b6a8e13e139 | |
parent | 946967b01f34f78719ecf0ff87e90eec30f147d7 (diff) | |
download | aports-ce795a4d2776a088c8bc830e8fb7c9e29085e80b.tar.gz aports-ce795a4d2776a088c8bc830e8fb7c9e29085e80b.tar.bz2 aports-ce795a4d2776a088c8bc830e8fb7c9e29085e80b.tar.xz |
community/gnome-software-plugin-apk: upgrade to 0.8.1
-rw-r--r-- | community/gnome-software-plugin-apk/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnome-software-plugin-apk/APKBUILD b/community/gnome-software-plugin-apk/APKBUILD index a544fbbc57..9d3e9d0462 100644 --- a/community/gnome-software-plugin-apk/APKBUILD +++ b/community/gnome-software-plugin-apk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-software-plugin-apk -pkgver=0.8.0 -pkgrel=1 +pkgver=0.8.1 +pkgrel=0 pkgdesc="APK plugin for GNOME Software" url="https://github.com/Cogitri/gnome-software-plugin-apk" arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="e35db309eb7576aa6ead731f008a39904b475cb9339694604b4ff8b9b1cf32a54069da1eb55272884b7cfe1b56210fe0a4cd50e7f18c6da956dc6776f3fd2d24 gnome-software-plugin-apk-0.8.0.tar.gz" +sha512sums="843387b54d846a7262175a9397811f1495870744f72b896e356321467d772f2b3b50dcdba402f528f32323f86d3a26e48a13ac15bb4ad59915d0f8659de94e22 gnome-software-plugin-apk-0.8.1.tar.gz" |