X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from relay.mailchannels.net (ar-005-i190.relay.mailchannels.net [162.253.144.72]) by mail.alpinelinux.org (Postfix) with ESMTP id 1F95BDC00D3 for ; Thu, 17 Apr 2014 19:35:47 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com (ip-10-204-11-22.us-west-2.compute.internal [10.204.11.22]) by relay.mailchannels.net (Postfix) with ESMTPA id E5F5060AC2 for ; Thu, 17 Apr 2014 19:35:45 +0000 (UTC) X-Sender-Id: thewebhostserver|x-authuser|developer%40it-offshore.co.uk Received: from apollo.thewebhostserver.com ([UNAVAILABLE]. [10.248.1.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.0.19); Thu, 17 Apr 2014 19:35:46 GMT X-MC-Relay: Neutral X-MailChannels-SenderId: thewebhostserver%7Cx-authuser%7Cdeveloper%2540it-offshore.co.uk X-MailChannels-Auth-Id: thewebhostserver Received: from [81.4.121.188] (port=54439 helo=uclibc.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1Was61-001zO8-9L; Thu, 17 Apr 2014 20:35:41 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] /main/duply - version bump to 1.7.3 Date: Thu, 17 Apr 2014 19:35:27 +0000 Message-Id: <1397763327-758-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 1.9.1 X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Version bump of Duply from 1.6.0 to 1.7.3 --- main/duply/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/duply/APKBUILD b/main/duply/APKBUILD index b245e34..476c1ae 100644 --- a/main/duply/APKBUILD +++ b/main/duply/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter # Maintainer: pkgname=duply -pkgver=1.6.0 +pkgver=1.7.3 pkgrel=0 pkgdesc="Wrapper for duplicity" url="http://duply.net" @@ -41,6 +41,6 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="1a17b830a97184c09d4d3c7697e04592 duply_1.6.0.tgz" -sha256sums="0ebd72f93aa44aa67da2c825926a50f7d4abb16798893305a6c331673ef13ec4 duply_1.6.0.tgz" -sha512sums="1071edddcbbe968f6242375cc0c34a5d9da2af7ef7655daa25124b877f1ac80493ffbda750a45a4e92dc555b168f8862ab4d2332777039fc5a5a8118f667cab7 duply_1.6.0.tgz" +md5sums="139e36c3ee35d8bca15b6aa9c7f8939b duply_1.7.3.tgz" +sha256sums="e0ae298b06125bb6665a3f4822828d36e9f56c93755b45e2240fd1643e7f05d3 duply_1.7.3.tgz" +sha512sums="e71d4bd03828a47cb7b5af164d9f49c911a837c1a016efe8832a56f9ec9913a5237bee0c89cd4a1aece6db454873e8c39e70224ab4c725e7a5ce5eae73e556ff duply_1.7.3.tgz" -- 1.9.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---