diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2014-11-25 23:50:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-26 10:57:17 +0000 |
commit | 9c0d90b629e55a0b570832e1ea17e5cf032c4527 (patch) | |
tree | 9091dc64dcab441112f552ae389ebd1c2fb64003 /main/duply | |
parent | dbdc513b9d9d3f2fea9a0bc122f8ba462b251467 (diff) | |
download | aports-9c0d90b629e55a0b570832e1ea17e5cf032c4527.tar.bz2 aports-9c0d90b629e55a0b570832e1ea17e5cf032c4527.tar.xz |
main/duply: update to 1.9.1
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
Diffstat (limited to 'main/duply')
-rw-r--r-- | main/duply/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/duply/APKBUILD b/main/duply/APKBUILD index f908f9d34b..c72c659865 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" |