Skip to content

Commit

Permalink
debianutils: fixed URL for download issue of package
Browse files Browse the repository at this point in the history
The fix is part of issue Homebrew#139929 and fixes package download but fixing URL for the package.
  • Loading branch information
xakep8 committed Sep 9, 2024
1 parent a6b2705 commit d1191ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/d/debianutils.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Debianutils < Formula
desc "Miscellaneous utilities specific to Debian"
homepage "https://packages.debian.org/sid/debianutils"
url "https://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.17.tar.xz"
url "https://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_5.20.tar.xz"
sha256 "367654878388f532cd8a897fe64766e2d57ae4c60da1d4d8f20dcdf2fb0cbde8"
license "GPL-2.0-or-later"

Expand Down

0 comments on commit d1191ce

Please sign in to comment.