~alpine/devel

main/duply: update to 1.9.1 v1 PROPOSED

Stuart Cardall: 1
 main/duply: update to 1.9.1

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/511/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/duply: update to 1.9.1 Export this patch

CHANGELOG:
1.9.1 (13.10.2014)
- export CMD_ERR now for scripts to detect if CMD_PREV failed/succeeded
- bugfix: CMD_PREV contained command even if it was skipped
---
 main/duply/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/duply/APKBUILD b/main/duply/APKBUILD
index f908f9d..c72c659 100644
--- a/main/duply/APKBUILD
+++ b/main/duply/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=duply
pkgver=1.9.0
pkgver=1.9.1
pkgrel=0
pkgdesc="Wrapper for duplicity"
url="http://duply.net"
@@ -41,6 +41,6 @@ package() {
		"$pkgdir"/usr/share/licenses/$pkgname/COPYING
}

md5sums="640d238f4b5ce73aeebbae5eabfc8761  duply_1.9.0.tgz"
sha256sums="28dd73f7987507a11abdec4f89698f059d7165e8519b9c26f542fec43060b492  duply_1.9.0.tgz"
sha512sums="fa78661992822fc4639bba1e3f86f1542366d07d7aa08b8bff1b5b18b3e3cba3f97b9344792db4cc3ca06881fdb215f934cecfea774d8394dc2451f23aa8e19a  duply_1.9.0.tgz"
md5sums="d584940b9c740c81a2a081bc154084b9  duply_1.9.1.tgz"
sha256sums="e5f11c5a31a55de24cc5101a6429ea3eac14c0d3f0d6dec344b687089845efc5  duply_1.9.1.tgz"
sha512sums="8f1e1cfc505d4fcaa0701c3953b86c70bcc02aa89b4f783d5aae8999eb6d33f9f9994f406347c5345350047f8a6b1a4893ef8fc03399ff5d433f2ec3bf87d93f  duply_1.9.1.tgz"
-- 
2.1.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---