termrec: use https homepage, fix head

This commit is contained in:
Viktor Szakats 2015-12-18 20:25:56 +01:00 committed by Dominyk Tiller
parent 171bc68991
commit 8f7da7251e

View file

@ -1,9 +1,9 @@
class Termrec < Formula
desc "Record \"videos\" of terminal output"
homepage "http://angband.pl/termrec.html"
head "http://angband.pl/git/termrec/", :using => :git
homepage "https://angband.pl/termrec.html"
url "https://github.com/kilobyte/termrec/archive/0.17.tar.gz"
sha256 "e3496dcb520b63036423cc72f3eaf66f690e869ef4ae508f027923062c34d84f"
head "https://github.com/kilobyte/termrec.git"
depends_on "autoconf" => :build
depends_on "automake" => :build