diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-06 19:08:28 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-07 02:15:26 +0100 |
commit | c052c90e05d6bc393a46242696b07b6b481b20fb (patch) | |
tree | 5e537f63ba619b265a8be7a4f9b90df9a70a7ed0 | |
parent | 415475203453506ba0ae30c69b28dd0d6981fa41 (diff) | |
download | aports-c052c90e05d6bc393a46242696b07b6b481b20fb.tar.bz2 aports-c052c90e05d6bc393a46242696b07b6b481b20fb.tar.xz |
community/dconf-editor: upgrade to 3.34.3
-rw-r--r-- | community/dconf-editor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dconf-editor/APKBUILD b/community/dconf-editor/APKBUILD index 313ded4cae..8a2f2c6a26 100644 --- a/community/dconf-editor/APKBUILD +++ b/community/dconf-editor/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=dconf-editor -pkgver=3.34.2 +pkgver=3.34.3 pkgrel=0 pkgdesc="Dconf Editor is a viewer and editor of applications internal settings" url="https://wiki.gnome.org/Apps/DconfEditor" @@ -30,4 +30,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="6c2d89d2d62a768b669ca49e0298bddf4f4151358f0fc0314431c7f926df2323ac3b61540f2a3c95c7b5a88e4e2f08dae4d00f601506c9610a0edee4b00ba499 dconf-editor-3.34.2.tar.xz" +sha512sums="48826fd5fee175286a966bf0453e2afd1b011469a7b5d8daa3a9ed0403ba5434abd3cc37e7affb7eafc06223351511b72b14679a1361c53eb811342bf0690b95 dconf-editor-3.34.3.tar.xz" |