Skip to content

Commit 783b966

Browse files
committed
Update index and CI after css4j 6.1.1 release
1 parent c677833 commit 783b966

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dependencies {
3535
testImplementation 'io.sf.jclf:jclf-text:latest.release'
3636
testImplementation 'io.sf.jclf:jclf-linear3:latest.release'
3737
testImplementation 'io.sf.carte:xml-dtd:latest.release'
38-
testImplementation 'io.sf.carte:css4j-dom4j:6.1'
39-
testImplementation 'io.sf.carte:css4j:6.1'
40-
testImplementation 'io.sf.carte:echosvg-transcoder:2.2'
38+
testImplementation 'io.sf.carte:css4j-dom4j:latest.release'
39+
testImplementation 'io.sf.carte:css4j:latest.release'
40+
testImplementation 'io.sf.carte:echosvg-transcoder:latest.release'
4141
testImplementation 'nu.validator:htmlparser:1.4.16'
4242
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
4343
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ <h2>Downloads</h2>
5656
<div class="subtema">
5757
<h3>Core module</h3>
5858
<ul>
59-
<li><a href="https://github.com/css4j/css4j/releases/download/v6.1/css4j-6.1.zip">Release 6.1 download</a>. <a href="https://sourceforge.net/projects/carte/files/css4j/6.x/css4j-6.1.zip/download">[mirror]</a> <a href="digest/css4j-6.1.sha256"><code>[SHA256]</code></a> <a href="digest/css4j-6.1.sha1"><code>[SHA1]</code></a> <a href="digest/css4j-6.1.b2"><code>[B2]</code></a> <a href="digest/css4j-6.1.md5"><code>[MD5]</code></a></li>
59+
<li><a href="https://github.com/css4j/css4j/releases/download/v6.1.1/css4j-6.1.1.zip">Release 6.1.1 download</a>. <a href="https://sourceforge.net/projects/carte/files/css4j/6.x/css4j-6.1.1.zip/download">[mirror]</a> <a href="digest/css4j-6.1.1.sha256"><code>[SHA256]</code></a> <a href="digest/css4j-6.1.1.sha1"><code>[SHA1]</code></a> <a href="digest/css4j-6.1.1.b2"><code>[B2]</code></a> <a href="digest/css4j-6.1.1.md5"><code>[MD5]</code></a></li>
6060
<li><a href="https://sourceforge.net/projects/carte/files/css4j/digest/">Digest mirror</a>.</li>
61-
<li><a href="https://github.com/css4j/css4j/blob/v6.1/RELEASE_NOTES.md">Release Notes for 6.1</a>.</li>
61+
<li><a href="https://github.com/css4j/css4j/blob/v6.1.1/RELEASE_NOTES.md">Release Notes for 6.1.1</a>.</li>
6262
</ul>
6363
</div>
6464
<div class="subtema">
@@ -88,10 +88,10 @@ <h3>Verify your download with <code>cosign</code></h3>
8888
<pre class="code"><code class="language-shell">scoop install cosign
8989
</code></pre>
9090
<p>Once you have <code>cosign</code>, obtain the <a href=
91-
"https://github.com/css4j/css4j/releases/download/v6.1/css4j-6.1-zip-cosign.bundle"><code>cosign</code>
91+
"https://github.com/css4j/css4j/releases/download/v6.1.1/css4j-6.1.1-zip-cosign.bundle"><code>cosign</code>
9292
bundle file corresponding to the Zip distribution</a> and then execute:
9393
</p>
94-
<pre class="code"><code class="language-shell">cosign verify-blob css4j-6.1.zip --bundle css4j-6.1-zip-cosign.bundle [email protected] --certificate-oidc-issuer=https://github.com/login/oauth
94+
<pre class="code"><code class="language-shell">cosign verify-blob css4j-6.1.1.zip --bundle css4j-6.1.1-zip-cosign.bundle [email protected] --certificate-oidc-issuer=https://github.com/login/oauth
9595
</code></pre>
9696
</div>
9797
</div>

0 commit comments

Comments
 (0)