From e617f7bdf20027bbe90ec1a5220c7d1671a04782 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 15 Apr 2020 18:54:58 -0700 Subject: Use gzipped archives when size difference is negligible --- pkg/git/.gitignore | 2 +- pkg/git/fetch.sh | 2 +- pkg/git/sha256 | 2 +- pkg/git/url | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/git') diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore index fde418bb..935327b2 100644 --- a/pkg/git/.gitignore +++ b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.26.1.tar.xz +/git-manpages-2.26.1.tar.gz /man /man.ninja diff --git a/pkg/git/fetch.sh b/pkg/git/fetch.sh index 13d21c80..3ee5f3d8 100644 --- a/pkg/git/fetch.sh +++ b/pkg/git/fetch.sh @@ -18,4 +18,4 @@ if ! $SHA256SUM -c sha256 2>/dev/null ; then fi read -r checksum archive