Skip to content

Commit

Permalink
source-highlight: use secure url
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and DomT4 committed Jul 2, 2016
1 parent 2e70536 commit 29fc718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/source-highlight.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class SourceHighlight < Formula
desc "Source-code syntax highlighter"
homepage "https://www.gnu.org/software/src-highlite/"
url "http://ftpmirror.gnu.org/src-highlite/source-highlight-3.1.8.tar.gz"
url "https://ftpmirror.gnu.org/src-highlite/source-highlight-3.1.8.tar.gz"
mirror "https://ftp.gnu.org/gnu/src-highlite/source-highlight-3.1.8.tar.gz"
mirror "http://mirror.anl.gov/pub/gnu/src-highlite/source-highlight-3.1.8.tar.gz"
sha256 "01336a7ea1d1ccc374201f7b81ffa94d0aecb33afc7d6903ebf9fbf33a55ada3"
Expand Down

0 comments on commit 29fc718

Please sign in to comment.