Commit eed51962 authored by Ed Reel's avatar Ed Reel

Change source_url to use https

parent 9949b2ff
......@@ -4,9 +4,14 @@ class Dpkg < Package
description 'A medium-level package manager for Debian'
homepage 'https://anonscm.debian.org/git/dpkg/'
version '1.19.2'
source_url 'http://http.debian.net/debian/pool/main/d/dpkg/dpkg_1.19.2.tar.xz'
source_url 'https://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.19.2.tar.xz'
source_sha256 'f8f2ae2cf8065b81239db960b3794099ec607c94a125cec61c986f68f9861b71'
binary_url ({
})
binary_sha256 ({
})
depends_on 'bz2'
depends_on 'xzutils'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment