diff options
| author | sillage | 2015-03-29 21:39:36 +0200 | 
|---|---|---|
| committer | Brett Koonce | 2015-03-29 22:18:04 -0700 | 
| commit | 9c0effe4e0c84155a93c80644d491a3a0cd54b2d (patch) | |
| tree | 800eeeac1147bb1e3744704525929bbe8b2695a7 | |
| parent | f41f1252be93593266cabef3ddfdd521450ef1f6 (diff) | |
| download | homebrew-9c0effe4e0c84155a93c80644d491a3a0cd54b2d.tar.bz2 | |
gnu-barcode: https, sha256
Closes #38182.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/gnu-barcode.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/gnu-barcode.rb b/Library/Formula/gnu-barcode.rb index 2ce0a38fe..b2772f318 100644 --- a/Library/Formula/gnu-barcode.rb +++ b/Library/Formula/gnu-barcode.rb @@ -1,8 +1,8 @@  class GnuBarcode < Formula -  homepage "http://www.gnu.org/software/barcode/" +  homepage "https://www.gnu.org/software/barcode/"    url "http://ftpmirror.gnu.org/barcode/barcode-0.98.tar.gz" -  mirror "http://ftp.gnu.org/gnu/barcode/barcode-0.98.tar.gz" -  sha1 "15b9598bcaa67bcff1f63309d1a18840b9a12899" +  mirror "https://ftp.gnu.org/gnu/barcode/barcode-0.98.tar.gz" +  sha256 "4229e19279b9787ac7e98852fa0bfd93986dce93b9cb07d93a017d68d409b635"    def install      system "./configure", "--disable-debug", | 
