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.

debianutils: changed livecheck URL and update sha256.

debianutils: fixed style check.
  • Loading branch information
xakep8 committed Sep 10, 2024
1 parent e377d49 commit 057a23c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/d/debianutils.rb
Original file line number Diff line number Diff line change
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"
sha256 "367654878388f532cd8a897fe64766e2d57ae4c60da1d4d8f20dcdf2fb0cbde8"
homepage "https://tracker.debian.org/pkg/debianutils"
url "https://deb.debian.org/debian/pool/main/d/debianutils/debianutils_5.20.tar.xz"
sha256 "dce8731adee52d1620d562c1d98b8f4177b4ae591b7a17091ffe09700dbd4be8"
license "GPL-2.0-or-later"

livecheck do
url "https://packages.qa.debian.org/d/debianutils.html"
url :"https://tracker.debian.org/pkg/debianutils"
regex(/href=.*?debianutils[._-]v?(\d+(?:\.\d+)+).dsc/i)
end

0 comments on commit 057a23c

Please sign in to comment.