diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-15 18:54:58 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-15 19:09:56 -0700 |
| commit | e617f7bdf20027bbe90ec1a5220c7d1671a04782 (patch) | |
| tree | 19e1e43359b4d10cdcc6690b2517cc5d95cd1106 /pkg/git | |
| parent | ea72d6bab9e53b63d0ad391fbb6019adf6c8a9e2 (diff) | |
Use gzipped archives when size difference is negligible
Diffstat (limited to 'pkg/git')
| -rw-r--r-- | pkg/git/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/git/fetch.sh | 2 | ||||
| -rw-r--r-- | pkg/git/sha256 | 2 | ||||
| -rw-r--r-- | pkg/git/url | 2 |
4 files changed, 4 insertions, 4 deletions
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 <sha256 -xz -d -c "$archive" | $PAXREAD -s ',^\.,src/man,' +gzip -d -c "$archive" | $PAXREAD -s ',^\.,src/man,' diff --git a/pkg/git/sha256 b/pkg/git/sha256 index 281d80e8..3e3e6915 100644 --- a/pkg/git/sha256 +++ b/pkg/git/sha256 @@ -1 +1 @@ -a93cb7f45dab1fc45a9a4a6cfc32f1a8edd0894c0441e163951c323c7a184048 git-manpages-2.26.1.tar.xz +80d7a025259c753d43f509bb6861582fad2373047198475d43c03065a2c19190 git-manpages-2.26.1.tar.gz diff --git a/pkg/git/url b/pkg/git/url index 754876ff..22d53f4a 100644 --- a/pkg/git/url +++ b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.26.1.tar.xz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.26.1.tar.gz" |
