libdivecomputer: use secure head url
This commit is contained in:
parent
ca31e9b499
commit
0ed41f840d
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
class Libdivecomputer < Formula
|
||||
desc "Library for communication with various dive computers."
|
||||
homepage "http://www.libdivecomputer.org"
|
||||
homepage "http://www.libdivecomputer.org/"
|
||||
url "http://www.libdivecomputer.org/releases/libdivecomputer-0.5.0.tar.gz"
|
||||
sha256 "1e0cff7f294e360e142c92c820f9f11cab505fa9385d17713d502cf2f0c5c286"
|
||||
head "git://git.code.sf.net/p/libdivecomputer/code"
|
||||
head "https://git.code.sf.net/p/libdivecomputer/code.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue