fourstore: secure/fix url(s)

This commit is contained in:
Viktor Szakats 2018-01-27 18:30:39 +00:00
parent bcc694f748
commit 8a4271c9e5

View file

@ -1,7 +1,7 @@
class Fourstore < Formula
desc "Efficient, stable RDF database"
homepage "https://github.com/garlik/4store"
url "https://github.com/garlik/4store/archive/v1.1.6.tar.gz"
homepage "https://github.com/4store/4store"
url "https://github.com/4store/4store/archive/v1.1.6.tar.gz"
sha256 "a0c8143fcceeb2f1c7f266425bb6b0581279129b86fdd10383bf1c1e1cab8e00"
bottle do
@ -47,7 +47,7 @@ class Fourstore < Formula
Start up HTTP SPARQL server without daemonizing:
4s-httpd -p 8000 -D mydb
See http://4store.org/trac/wiki/Documentation for more information.
See https://4store.danielknoell.de/trac/wiki/Documentation/ for more information.
EOS
end