logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f746d3273e73b6ede10f3734eaa322517644af79
parent 6ee454774d31806d6def052c9bb9e8b9920e6ae9
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 13 Aug 2018 19:46:57 -0700

bzip2: Update URL to use Debian mirror

The official site is no more: https://lwn.net/Articles/762264/

Diffstat:

Mpkg/bzip2/.gitignore2+-
Mpkg/bzip2/rev2+-
Mpkg/bzip2/sha2562+-
Mpkg/bzip2/url2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/bzip2/.gitignore b/pkg/bzip2/.gitignore @@ -1,2 +1,2 @@ -/bzip2-1.0.6.tar.gz +/bzip2_1.0.6.orig.tar.bz2 /src diff --git a/pkg/bzip2/rev b/pkg/bzip2/rev @@ -1 +1 @@ -2 +3 diff --git a/pkg/bzip2/sha256 b/pkg/bzip2/sha256 @@ -1 +1 @@ -a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd bzip2-1.0.6.tar.gz +d70a9ccd8bdf47e302d96c69fecd54925f45d9c7b966bb4ef5f56b770960afa7 bzip2_1.0.6.orig.tar.bz2 diff --git a/pkg/bzip2/url b/pkg/bzip2/url @@ -1 +1 @@ -url = "http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz" +url = "https://snapshot.debian.org/archive/debian/20111204T160411Z/pool/main/b/bzip2/bzip2_1.0.6.orig.tar.bz2"