termrec: use https homepage, fix head
This commit is contained in:
parent
171bc68991
commit
8f7da7251e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue