mspdebug: secure url(s)

master
Viktor Szakats 2017-11-21 19:21:36 +00:00
parent e91b0fec29
commit 6c2b1b8daa
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
class Mspdebug < Formula
desc "Debugger for use with MSP430 MCUs"
homepage "http://dlbeer.co.nz/mspdebug/"
homepage "https://dlbeer.co.nz/mspdebug/"
url "https://github.com/dlbeer/mspdebug/archive/v0.25.tar.gz"
sha256 "347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503"
@ -22,7 +22,7 @@ class Mspdebug < Formula
def caveats; <<~EOS
You may need to install a kernel extension if you're having trouble with
RF2500-like devices such as the TI Launchpad:
http://dlbeer.co.nz/mspdebug/faq.html#rf2500_osx
https://dlbeer.co.nz/mspdebug/faq.html#rf2500_osx
EOS
end