diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 10:56:06 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 12:37:38 -0300 |
commit | 3e5785e1f88eb7d72b46b00461db89bcd66da399 (patch) | |
tree | 74ef8967f06d615a5e2e8795655a2547a71fcdc4 | |
parent | 93e6b46a21353dcefd6e80a5078ebe78922bf996 (diff) | |
download | aports-3e5785e1f88eb7d72b46b00461db89bcd66da399.tar.bz2 aports-3e5785e1f88eb7d72b46b00461db89bcd66da399.tar.xz |
community/xdg-desktop-portal: upgrade to 1.5.2
-rw-r--r-- | community/xdg-desktop-portal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xdg-desktop-portal/APKBUILD b/community/xdg-desktop-portal/APKBUILD index ff9ee1c560..264b177b5b 100644 --- a/community/xdg-desktop-portal/APKBUILD +++ b/community/xdg-desktop-portal/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=xdg-desktop-portal -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=0 pkgdesc="Desktop integration portal" options="!check" # Requires libportal which has no stable tags @@ -54,4 +54,4 @@ package() { mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib } -sha512sums="f64de784b649799ec6629824b06c2986f751efd3f88c5ab801da2a20083a64eda702518c1b444a30ff0c8df5029c1ac1391f9e3d1e6cdd9616b2138bfc9075e4 xdg-desktop-portal-1.5.1.tar.xz" +sha512sums="3b9d694017178e44c4556ce86d39237db97f1c230a3fd6ad5fed36f30b487981cfc951840337fbc1a52e711dfd3454ad61d1ddd7f2a78fe346f1ed927416ce38 xdg-desktop-portal-1.5.2.tar.xz" |