logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: e617f7bdf20027bbe90ec1a5220c7d1671a04782
parent ea72d6bab9e53b63d0ad391fbb6019adf6c8a9e2
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 15 Apr 2020 18:54:58 -0700

Use gzipped archives when size difference is negligible

Diffstat:

Mpkg/git/.gitignore2+-
Mpkg/git/fetch.sh2+-
Mpkg/git/sha2562+-
Mpkg/git/url2+-
Mpkg/man-pages-posix/.gitignore2+-
Mpkg/man-pages-posix/sha2562+-
Mpkg/man-pages-posix/url2+-
Mpkg/nasm/.gitignore2+-
Mpkg/nasm/sha2562+-
Mpkg/nasm/url2+-
10 files changed, 10 insertions(+), 10 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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"