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 | |
| parent | ea72d6bab9e53b63d0ad391fbb6019adf6c8a9e2 (diff) | |
Use gzipped archives when size difference is negligible
Diffstat (limited to 'pkg')
| -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 | ||||
| -rw-r--r-- | pkg/man-pages-posix/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/man-pages-posix/sha256 | 2 | ||||
| -rw-r--r-- | pkg/man-pages-posix/url | 2 | ||||
| -rw-r--r-- | pkg/nasm/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/nasm/sha256 | 2 | ||||
| -rw-r--r-- | pkg/nasm/url | 2 |
10 files changed, 10 insertions, 10 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" diff --git a/pkg/man-pages-posix/.gitignore b/pkg/man-pages-posix/.gitignore index 069144be..91f8341b 100644 --- a/pkg/man-pages-posix/.gitignore +++ b/pkg/man-pages-posix/.gitignore @@ -1,2 +1,2 @@ -/man-pages-posix-2013-a.tar.xz +/man-pages-posix-2013-a.tar.gz /src diff --git a/pkg/man-pages-posix/sha256 b/pkg/man-pages-posix/sha256 index 31d8683e..b95c2e48 100644 --- a/pkg/man-pages-posix/sha256 +++ b/pkg/man-pages-posix/sha256 @@ -1 +1 @@ -19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808 man-pages-posix-2013-a.tar.xz +77de3cc94de6312d2b18d4bfd53b8922456688212dbfdee3ede6191f400a4b29 man-pages-posix-2013-a.tar.gz diff --git a/pkg/man-pages-posix/url b/pkg/man-pages-posix/url index a04876db..e67ab2ff 100644 --- a/pkg/man-pages-posix/url +++ b/pkg/man-pages-posix/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2013-a.tar.xz" +url = "https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2013-a.tar.gz" diff --git a/pkg/nasm/.gitignore b/pkg/nasm/.gitignore index 32cb52f6..fa5f00b3 100644 --- a/pkg/nasm/.gitignore +++ b/pkg/nasm/.gitignore @@ -1,2 +1,2 @@ -/nasm-2.14.02.tar.xz +/nasm-2.14.02.tar.gz /src diff --git a/pkg/nasm/sha256 b/pkg/nasm/sha256 index f7d8373b..83656be7 100644 --- a/pkg/nasm/sha256 +++ b/pkg/nasm/sha256 @@ -1 +1 @@ -e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5 nasm-2.14.02.tar.xz +b34bae344a3f2ed93b2ca7bf25f1ed3fb12da89eeda6096e3551fd66adeae9fc nasm-2.14.02.tar.gz diff --git a/pkg/nasm/url b/pkg/nasm/url index e97c87dc..5496ac50 100644 --- a/pkg/nasm/url +++ b/pkg/nasm/url @@ -1 +1 @@ -url = "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.xz" +url = "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz" |
