[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.10.2 Checksum (SHA512)

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 22 Sep 2018 14:18:16 +0000

Daniel Shahaf wrote on Sat, 22 Sep 2018 14:13 +0000:
> Adam Jensen wrote on Sat, 22 Sep 2018 09:39 -0400:
> > Given the current situation, can anyone think of a shell script blurb to
> > download the files then verify with the hash?
>
> wget .../subversion-1.10.2.tar.bz2
> wget
> https://www.apache.org/dist/subversion/subversion-1.10.2.tar.bz2.sha512
> sha512sum subversion-1.10.2.tar.bz2 | grep -x -- "$(cat < subversion-1.10.2.tar.bz2.sha512)"

Sorry, change -x to -w. (Or omit it altogether, really.)
Received on 2018-09-22 16:18:25 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.