From 4c8f96c11f2b48e0067f1b9272dabd9503bbac4d Mon Sep 17 00:00:00 2001 From: bougyman Date: Thu, 23 Apr 2015 08:38:38 -0500 Subject: [PATCH] CopyAgent: update SHA256 Fixes #1366 --- srcpkgs/CopyAgent/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/CopyAgent/template b/srcpkgs/CopyAgent/template index 69b1c2609c..5f6b122847 100644 --- a/srcpkgs/CopyAgent/template +++ b/srcpkgs/CopyAgent/template @@ -6,8 +6,9 @@ short_desc="Copy.com sync agent" maintainer="ShadowKyogre " homepage="https://www.copy.com" license="CopyAgent" -distfiles="https://copy.com/install/linux/Copy.tgz" -checksum=f474099d86baadd05758fa33164dae44b0127933f73c6a6a6e2f243bbf62bc42 +_disturl="https://copy.com/install/linux/Copy.tgz" +distfiles="${_disturl}>${pkgname}-${version}.tar.gz" +checksum=f33c0297c2d8f7e90ec481beed88a918446a87507c9ea29f8feae21a4e85f72e only_for_archs="i686 x86_64" repository="nonfree" nostrip="yes"