Skip to content

Commit 0d9e672

Browse files
rdmarkmsteinert
authored andcommitted
Link to xz tarball instead of gz
1 parent f606026 commit 0d9e672

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

images/tar-xz-icon.png

4.97 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>A fork of Paul Hsieh's Better String Library</h2>
2323
</header>
2424

2525
<section id="downloads" class="clearfix">
26-
<a href="https://github.com/msteinert/bstring/releases/download/v1.0.1/bstring-1.0.1.tar.gz" id="download-tar-gz" class="button"><span>Latest Release</span></a>
26+
<a href="https://github.com/msteinert/bstring/releases/download/v1.0.1/bstring-1.0.1.tar.xz" id="download-tar-xz" class="button"><span>Latest Release</span></a>
2727
<a href="https://github.com/msteinert/bstring" id="view-on-github" class="button"><span>View Source</span></a>
2828
<a href="https://mike.steinert.ca/bstring/doc/" id="read-the-docs" class="button"><span>Read the Docs</span></a>
2929
</section>

stylesheets/stylesheet.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ a.button span {
158158
#download-tar-gz span {
159159
background: transparent url(../images/tar-gz-icon.png) 12px 50% no-repeat;
160160
}
161+
#download-tar-xz span {
162+
background: transparent url(../images/tar-xz-icon.png) 12px 50% no-repeat;
163+
}
161164
#view-on-github span {
162165
background: transparent url(../images/octocat-icon.png) 12px 50% no-repeat;
163166
}

0 commit comments

Comments
 (0)