diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-13 12:45:01 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-13 14:58:23 +0100 |
commit | 3e1374c5f516d6d7baef77068e547b416218512b (patch) | |
tree | e3531af15a2c26939baef617aeeb7af816a01414 /community | |
parent | fea2e8675f29d5bbd1b06ab1b83e8c566ffd2796 (diff) | |
download | aports-3e1374c5f516d6d7baef77068e547b416218512b.tar.bz2 aports-3e1374c5f516d6d7baef77068e547b416218512b.tar.xz |
community/xdg-desktop-portal-gtk: upgrade to 1.5.2
Diffstat (limited to 'community')
-rw-r--r-- | community/xdg-desktop-portal-gtk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xdg-desktop-portal-gtk/APKBUILD b/community/xdg-desktop-portal-gtk/APKBUILD index b50bbe06fc..3897e05021 100644 --- a/community/xdg-desktop-portal-gtk/APKBUILD +++ b/community/xdg-desktop-portal-gtk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=xdg-desktop-portal-gtk -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=0 pkgdesc="Gtk implementation of xdg-desktop-portal" url="https://github.com/flatpak/xdg-desktop-portal-gtk" @@ -44,4 +44,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="6d1497ae584d7acf954a38f7a39796d673972c0dde86af35d86fcc55d4402250f965232991adac73711e1bf5c5537cb41c7c75420bb3eb15a190ea4f37532083 xdg-desktop-portal-gtk-1.5.1.tar.xz" +sha512sums="9362afd8db6ba3d6a9d76cb9729943410e0cd87bd714c105a17b9ead0577110c407205bea4e05267445483d30cee814eeb4f746267b2f28a74da3b1fa4ed4eda xdg-desktop-portal-gtk-1.5.2.tar.xz" |