X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=d0LpQQ3pFI1WjBcW IkmRH9IOIGYnXv6pZbP31EmCLSidfXTLY0njJE+o1IRT3+NX/LngnO27VuUqN6jG rjG1IT8LJOAwAhU3PYJxiB1PGPcvfM5wJecaj6Cpw7usPlVbfwRkDFeP5E1qlmSd cQ+M1gBQECdDSNd1LxESKPMJLV4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=5qFNlC8tXGyyXYWH1B66RO wKOkY=; b=VQEmB1iKMsvt8PajpuraHcoUNSCvZ2NZpQv0aF833OSE28UJRVVQsJ 6LvXLVUK2mavVP6ZswESz5ZKfbXM7rYB6q3DpCzhQywLiL5oEVLNBMB3Hevbq5GI I1FpXyq4htzizA/Z4971KDphD5mUtW4+ChPSSNH6ReRHoDToLG22Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Yours, H*f:sk:CACoZoo, H*MI:sk:CACoZoo, Hx-languages-length:828 X-HELO: mail-wm0-f48.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :disposition-notification-to:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=ROmdldPeVGYm3FhkIxg+nCRha6ESWlgAwS1zhHkjalg=; b=huZ9ufYROpRJqS2X/I87uv4+2SvhJKKTUSGpQgCR8i2JsF3vGoV6wBZQBln+maT48B sVm79LH/+AAgyE5btjbVjLsRjjpCfANaHQN1vmtsTlZ7Cvicd2LwSxTOKHAQhEwkjgLy WDyBo6toJEXV7o9d3xS9SMFPf8Zb+sx4obqHiBakbzPRh1mfouQ7yD7m2lXBOxARFrXD Z1MU3q7YoZYnKYN4XZXsDXmc/q+54jJSNCwDcDfCCNX/r5LRH7HBLX+nO+mEe23ym4IT //AzFPWr1rsA0byAp86L5itj9nNKV1s3aC39U7IQUddgpSNf0lLnvz/mmivQ7iNaD4l5 TJ7w== X-Gm-Message-State: AKaTC0265OqD00umjgLa1hL2dnprL5ZWYKnBAD/E1TDx4clOE9MH6Bw0Ywz2WqimSW34xg== X-Received: by 10.28.24.67 with SMTP id 64mr6027781wmy.136.1481282895653; Fri, 09 Dec 2016 03:28:15 -0800 (PST) Subject: Re: Installer names not meaningful enough To: cygwin AT cygwin DOT com References: <9d6c50f4-3759-0a45-a97c-30b031a906a0 AT SystematicSw DOT ab DOT ca> From: Vlado Message-ID: <1cdcdc17-200d-6ec1-66c5-894c0cf16937@gmail.com> Date: Fri, 9 Dec 2016 12:28:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 7.12.2016 23:06, Erik Soderquist wrote: > On Wed, Dec 7, 2016 at 4:57 PM, Brian Inglis wrote: > >> Use wget -N to prevent duplicate downloads when the name, date, >> and size don't change. > That only works if I am downloading to the same location/name as the source is > > -- Erik Erik (and others), don't worry about Setup version, please. Use this script: https://gist.github.com/Vlado-99/1d59bf05b70481377ff90bb53e13bb2d it makes things much easier: - Setup is downloaded only if gpg signature changes (only very small .sig file is re-downloaded every time) - gpg signature of Setup is validated (no need to do it manually) - services I use, are stopped and restarted automatically (no need to restart Windows after update; add Yours services to script if needed) Vlado -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple