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 6BFAADC0268 for ; Tue, 19 Jan 2016 21:34:35 +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 37167DC0189 for ; Tue, 19 Jan 2016 21:34:34 +0000 (UTC) Received: from [81.4.121.188] (port=59691 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1aLdv4-003F8T-Az for alpine-aports@lists.alpinelinux.org; Tue, 19 Jan 2016 21:34:30 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/btrbk: update to 0.22.0 Date: Tue, 19 Jan 2016 21:34:31 +0000 Message-Id: <1453239271-950-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: https://github.com/digint/btrbk/blob/master/ChangeLog#L4 --- testing/btrbk/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/btrbk/APKBUILD b/testing/btrbk/APKBUILD index 25ac120..a907358 100644 --- a/testing/btrbk/APKBUILD +++ b/testing/btrbk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=btrbk -pkgver=0.21.0 +pkgver=0.22.0 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="a2bc1bd4da21c105111a5b2cff2a2a19 btrbk-0.21.0.tar.xz" -sha256sums="c8fce308180a392a4770ca3ad45c294c2c02a4e6dd4d4f39085f4c34bee3356c btrbk-0.21.0.tar.xz" -sha512sums="2b3b18dcb625420d4b230e698caf1e42d202784d6d52c0c6c97d1a52589ea25d49e845a853cd1ad3030feafd0065a2f23398c156aac8cdb92a30d05cccb2a535 btrbk-0.21.0.tar.xz" +md5sums="a6fe8bdbdcb9a35277e0cbaf68863e28 btrbk-0.22.0.tar.xz" +sha256sums="ed989f7c27dd1ad94f76e45baacc8a5258fe533f6aa866bfae6c4036f6bd1a65 btrbk-0.22.0.tar.xz" +sha512sums="9db12c48b6fa1341d247332226f6e08252e2b416d2413abab55d9b5fccf04e72479dad9daeb98a3b919bf813adc3d0f78cf2ad415fb7aa42e79f8eb594bc1399 btrbk-0.22.0.tar.xz" -- 2.7.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---