dpkg 1.17.10
Closes Homebrew/homebrew#30173. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5c78e88259
commit
57e21565a3
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Dpkg < Formula
|
||||
homepage 'https://wiki.debian.org/Teams/Dpkg'
|
||||
url 'http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.17.9.tar.xz'
|
||||
sha1 '9e49682e77929217da9b88f570be192c4276506a'
|
||||
url 'http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.17.10.tar.xz'
|
||||
sha1 '2d88ef04db662d046fadb005bb31667fc0ba64de'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'gnu-tar'
|
||||
|
|
Loading…
Reference in a new issue