From: Sergey Matveev Date: Fri, 26 Nov 2021 08:24:10 +0000 (+0300) Subject: Download all .asc X-Git-Tag: v3.4.0~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=b667be1932f0cab6e0ba9619bad92f8ac17f884d Download all .asc --- diff --git a/main.go b/main.go index 46c76b3..01cc50e 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ import ( ) const ( - Version = "3.3.0" + Version = "3.4.0" UserAgent = "GoCheese/" + Version ) diff --git a/refresh.go b/refresh.go index 83d0082..48b2a74 100644 --- a/refresh.go +++ b/refresh.go @@ -523,9 +523,6 @@ func refreshDir( } if filename == filenameGet || gpgUpdate { - if _, err = os.Stat(path); err != nil { - goto GPGSigSkip - } resp, err := c.Do(agentedReq(uri + GPGSigExt)) if err != nil { goto GPGSigSkip