Shouldn't release jars be final..
Well, looks like the jcenter repo doesn't care because the hash for one of its jars has changed (a few bits in the jar were flipped). Maven Central is still serving the original version, so we have to allow both hashes.
This commit is contained in:
@@ -547,6 +547,7 @@ ddf19054374a2617ba9c10d7a5ec8eeaeb8f62c2c6e430144e81da15718bb585 /org/eclipse/co
|
||||
17dbfaba6a138e6fc0eb361069470f00aaf70a94e2d3384f398dee4843eb8fe7 /org/eclipse/equinox/app/1.3.200-v20130910-1609/app-1.3.200-v20130910-1609.pom
|
||||
83a2cde9ed188efcabebbd2db14128c531c5ba73f8abc599dcae83459a779109 /org/eclipse/equinox/app/maven-metadata.xml
|
||||
6bc086aab7686a5a528d8c4ab2253d6cec7ead04b052576951e90cc561782257 /org/eclipse/equinox/common/3.6.200-v20130402-1505/common-3.6.200-v20130402-1505.jar
|
||||
843414d0e457898b1615e4c9118f86ae0cf30dd5166b8b0a1d206fbdab5fbbae /org/eclipse/equinox/common/3.6.200-v20130402-1505/common-3.6.200-v20130402-1505.jar
|
||||
9234dbfd064411a849444abfeb8a10978672690d125beb4194f9e5b0f0a7ee5e /org/eclipse/equinox/common/3.6.200-v20130402-1505/common-3.6.200-v20130402-1505.pom
|
||||
9274fc22b74d6dc42608049ea51aa046b8fc8fc60b2a7d6ff6d884d76e6ef3f6 /org/eclipse/equinox/common/maven-metadata.xml
|
||||
32b046de57df2f4887fc5a2c343740d9d12c7fe17541e2cede73cfa4ccbc2436 /org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar
|
||||
|
||||
@@ -15,7 +15,7 @@ sha256val () {
|
||||
|
||||
# Setup http(s) proxy
|
||||
url="https://github.com/johni0702/proxy-witness"
|
||||
commit="01f5aa9eb6fa14a0adfa832ba33b6f7c68138c26"
|
||||
commit="07e79a999991473489d443b8934ccca547ac7985"
|
||||
if [ ! -d "deps/proxy-witness" ] || [ "$(git -C "deps/proxy-witness" rev-parse $commit^{commit})" != "$commit" ]; then
|
||||
rm -rf "deps/proxy-witness"
|
||||
mkdir -p "deps/proxy-witness"
|
||||
|
||||
Reference in New Issue
Block a user