diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-13 18:41:13 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-13 19:07:40 +0200 |
commit | 6b540c0c559d31ce7b041ff481e6fa4f8a31a108 (patch) | |
tree | 87b966fe088f198f77bed26d8bdafb5680c801ec /community/imapsync | |
parent | 555379f6374cbff866cc12d366b96ef8b76af9a9 (diff) | |
download | aports-6b540c0c559d31ce7b041ff481e6fa4f8a31a108.tar.bz2 aports-6b540c0c559d31ce7b041ff481e6fa4f8a31a108.tar.xz |
community/imapsync: upgrade to 1.882
Diffstat (limited to 'community/imapsync')
-rw-r--r-- | community/imapsync/APKBUILD | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/community/imapsync/APKBUILD b/community/imapsync/APKBUILD index 2b62d2a317..8f3a0918a4 100644 --- a/community/imapsync/APKBUILD +++ b/community/imapsync/APKBUILD @@ -1,14 +1,15 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=imapsync -pkgver=1.836 +pkgver=1.882 pkgrel=0 pkgdesc="IMAP synchronisation, sync, copy or migration tool" url="http://imapsync.lamiral.info" arch="noarch" license="custom" -depends="perl-authen-ntlm - perl-class-load +depends="perl-app-cpanminus + perl-authen-ntlm + perl-cgi perl-crypt-openssl-rsa perl-data-dumper perl-data-uniqid @@ -23,18 +24,25 @@ depends="perl-authen-ntlm perl-json-webtoken perl-libwww perl-mail-imapclient + perl-module-implementation + perl-package-stash perl-parse-recdescent perl-readonly + perl-regexp-common perl-sys-meminfo perl-term-readkey + perl-test-deep perl-test-fatal perl-test-mock-guard perl-test-mockobject + perl-test-nowarnings perl-test-pod perl-test-requires perl-test-simple + perl-test-warn perl-unicode-string perl-uri + procps " makedepends="perl-module-scandeps perl-par-packer" options="!check" # tests.sh requires authors remote imap password @@ -53,4 +61,4 @@ package() { install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="f1ea1ef887ebcfa62c90254b3738602dc78275400a7d8dd5af33bc399c82c28d8567ee42d9ebf85735e7df857bf548608e09f01a06bd146f317faa3b4702cbeb imapsync-1.836.tar.gz" +sha512sums="3953cb29b210c283be3fe72f1e1537594415bd5457b469b801625d6c857b982d2b2b3da9528dd1e6ccc6831c022ce495f7a5eaaea04d228bca374f185344f455 imapsync-1.882.tar.gz" |