From 0cc6f3560ae8d95dc516d984e5fae8d9a68b5d3f Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 20 Oct 2020 15:58:25 +0300 Subject: [PATCH] dbus: Update to 1.12.20 --- mingw-w64-dbus/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-dbus/PKGBUILD b/mingw-w64-dbus/PKGBUILD index 9557439651..0cf1ddb39c 100644 --- a/mingw-w64-dbus/PKGBUILD +++ b/mingw-w64-dbus/PKGBUILD @@ -3,7 +3,7 @@ _realname=dbus pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.12.18 +pkgver=1.12.20 pkgrel=1 arch=('any') pkgdesc="Freedesktop.org message bus system (mingw-w64)" @@ -17,7 +17,7 @@ options=('strip' 'staticlibs') license=('GPL' 'custom') url="https://www.freedesktop.org/wiki/Software/dbus" source=("https://dbus.freedesktop.org/releases/dbus/${_realname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('64cf4d70840230e5e9bc784d153880775ab3db19d656ead8a0cb9c0ab5a95306' +sha256sums=('f77620140ecb4cdc67f37fb444f8a6bea70b5b6461f12f1cbe2cec60fa7de5fe' 'SKIP') validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')