X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B9C6EDC9A06 for ; Tue, 2 Feb 2016 18:16:51 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C1444DC9A05 for ; Tue, 2 Feb 2016 18:16:45 +0000 (UTC) Received: from [81.4.121.188] (port=53899 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1aQfVK-003vfF-8b for alpine-aports@lists.alpinelinux.org; Tue, 02 Feb 2016 18:16:42 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/btrbk: update to 0.22.2 Date: Tue, 2 Feb 2016 18:16:40 +0000 Message-Id: <1454437000-3064-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.7.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/btrbk/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/btrbk/APKBUILD b/testing/btrbk/APKBUILD index 04829ad..494ee4f 100644 --- a/testing/btrbk/APKBUILD +++ b/testing/btrbk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=btrbk -pkgver=0.22.1 +pkgver=0.22.2 pkgrel=0 pkgdesc="Backup tool for btrfs subvolumes with atomic snapshots & incremental transfers" url="http://digint.ch/btrbk/" @@ -35,6 +35,6 @@ package() { rm -rf "$pkgdir"/usr/lib || return 1 # systemd scripts } -md5sums="2f9e10ea793d7b7dfe36a7c33cac129e btrbk-0.22.1.tar.xz" -sha256sums="15786bbd7749d3b24622656f654d74202a84bdb4f32983bac5ac7c139e141a82 btrbk-0.22.1.tar.xz" -sha512sums="67d4795708c1540861ad00445424e9959b1e5c9daab2408037e9e341b168e622be1fb45f3491407dade54677d7a3c6d87a9bc9db940e8d6dcb364623622e2a5f btrbk-0.22.1.tar.xz" +md5sums="8f37153db52df49be118493bdf4f127e btrbk-0.22.2.tar.xz" +sha256sums="6869124b16c3c907f8ef7896f1c6997976bf8c96fd5d71fce1940b731b886fbd btrbk-0.22.2.tar.xz" +sha512sums="07084eef3670e8026408f0bcb48d40d3c5e72079c7e2921d5fe786bf25e0fc961c17ef25e0af0c20372dbf29fd6ec0ce731932abf2661dee71bad60de5e82a45 btrbk-0.22.2.tar.xz" -- 2.7.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---