diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-05-06 14:47:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-05-06 14:48:38 +0000 |
commit | 637c06c99c597f38209c80c14ca1182117a1fde8 (patch) | |
tree | 1d97e1ea1f9dc4946b586c483b2b24d3220aa1b7 | |
parent | 835fb91a1ee13d8d9ee0f1f64a17e5205a3bb408 (diff) |
community/xfconf: upgrade to 4.14.3
-rw-r--r-- | community/xfconf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xfconf/APKBUILD b/community/xfconf/APKBUILD index 5ac27fe9140..68d42a0e0bc 100644 --- a/community/xfconf/APKBUILD +++ b/community/xfconf/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfconf -pkgver=4.14.2 +pkgver=4.14.3 pkgrel=0 pkgdesc="Hierarchical configuration system for Xfce" url="https://xfce.org/" @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="082a4db3f42a61642167bdb14bb4facd86dd985a9bbe170d430cb969fe9c939a6e264efc5cbb383eab88c9ccd7f66a85c40a2e823bf19c0e92293309767fbe90 xfconf-4.14.2.tar.bz2" +sha512sums="e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713 xfconf-4.14.3.tar.bz2" |