gnu-barcode: use secure url
This commit is contained in:
parent
c9ab8c6d6c
commit
5a25e0de9a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class GnuBarcode < Formula
|
||||
desc "Convert text strings to printed bars"
|
||||
homepage "https://www.gnu.org/software/barcode/"
|
||||
url "http://ftpmirror.gnu.org/barcode/barcode-0.99.tar.gz"
|
||||
url "https://ftpmirror.gnu.org/barcode/barcode-0.99.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/barcode/barcode-0.99.tar.gz"
|
||||
sha256 "7c031cf3eb811242f53664379aebbdd9fae0b7b26b5e5d584c31a9f338154b64"
|
||||
|
||||
|
|
Loading…
Reference in a new issue