gnu-barcode: https, sha256
Closes Homebrew/homebrew#38182. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
b12f1eaf7c
commit
749c003715
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue