X-Original-To: alpine-aports@lists.alpinelinux.org Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by lists.alpinelinux.org (Postfix) with ESMTP id 9C8C2F81606 for ; Sun, 24 Mar 2019 21:47:38 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id D3FFB45FF; Sun, 24 Mar 2019 17:47:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Sun, 24 Mar 2019 17:47:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sent.com; h=from :to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm3; bh=4PTp2XFmhFP2s KWMCjRAFvjzAjydisoD19wAvHSwn5c=; b=Eql2uRUWQ8lfuPgsR6IgrvXcwuJ70 vLUymlBaKtPvTfIoT9x8ZleAzpG+zSLe3LDiiJ7c2AMXG8z87V3Zq2Cs4zw5sGyF DxqfeNkQpmES8yyEs73NbNqfihXa68xWH/IbnMkS+NA9PggRxCdRAhUTJFGebkU0 1ErjYkFI+IfrfghBs6tIoediU1vUfkY12yiXxEaGDjpdIm+Pe138puGF4HXKf2Zf hj8EC2oYOj8RwcnEGxvM6JqvFc/rDtgonPMkdwFJHcvPYUDIi4Gz52mb+NTsbJuM qAx8TIGC44qjaCTWeFkv9MGlsXTEIkFSZOgW6RuCAb8402z13bAZBrFNg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=4PTp2XFmhFP2sKWMCjRAFvjzAjydisoD19wAvHSwn5c=; b=I3maLpBR 3IOXplF90/VnBL3fyB/8VlZVKG+ikj4ey+wN4iW/STiBOTJVuBjVCbL23HtsbdtR kDwlTW/c2EThaSJXtAvxF9rzZmT8BNcbZZr5t+5dAi1lEsvyk6E9sJQV6/jbKlFa dh5skwHq2+D+D+TMuwKitbgqh3G6Uqp+bEcmTo3If+nXDfHGvIUm6tYUvaAhM9Av Sub1M+h9A+3b7chY9F07gz80q36bILfUxdeJFK7dmEv6BPXUbIhVLnOfxJUsJozT vtf8D2wJtnb1NPDVz+uJXAEdI0lzB+PzKYHLc8aJpC9KSsCQ+q1kVBvUM9ZxQSDd +7DicU+fmg1ysg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrjeeigdduheegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomheprfgruhhluceurhgvuggsuhhrhicuoegsrhgvsghssehsvghn thdrtghomheqnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkphepjeelrdejfe drudefiedrvddvgeenucfrrghrrghmpehmrghilhhfrhhomhepsghrvggsshesshgvnhht rdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from brebsc.lan (79-73-136-224.dynamic.dsl.as9105.com [79.73.136.224]) by mail.messagingengine.com (Postfix) with ESMTPA id 1299710316 for ; Sun, 24 Mar 2019 17:47:37 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=brebsc.lan) by brebsc.lan with esmtp (Exim 4.92) (envelope-from ) id 1h8Axr-00029P-KQ; Sun, 24 Mar 2019 21:47:35 +0000 From: Paul Bredbury To: alpine-aports@lists.alpinelinux.org Cc: Paul Bredbury Subject: [alpine-aports] [PATCH 05/34] community/mate-settings-daemon: upgrade to 1.22.0 Date: Sun, 24 Mar 2019 21:46:13 +0000 Message-Id: <20190324214642.8226-5-brebs@sent.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190324214642.8226-1-brebs@sent.com> References: <20190324214642.8226-1-brebs@sent.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/mate-settings-daemon/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/mate-settings-daemon/APKBUILD b/community/mate-settings-daemon/APKBUILD index c575bd3295..cff968fc35 100644 --- a/community/mate-settings-daemon/APKBUILD +++ b/community/mate-settings-daemon/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-settings-daemon -pkgver=1.21.2 -pkgrel=1 +pkgver=1.22.0 +pkgrel=0 pkgdesc="MATE Settings daemon" url="https://github.com/mate-desktop/mate-settings-daemon" arch="all" @@ -37,4 +37,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="95670b9b1d805d70e26e7a6d5ab39d53dca5a95db57ff3699adb28ed16df74e26799b0437b0bdbc3978a7bc1a6c38baaac6bb59184c55cb3e5d36405bc7bd1c1 mate-settings-daemon-1.21.2.tar.xz" +sha512sums="e8fa2ba07195dd66a94312909be37abe67089c7a687afee3bfde5860a598e84481949c9cdc7408886f90776556b41d5574bd6efc0614ed7583908214d59c6cb5 mate-settings-daemon-1.22.0.tar.xz" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---