system/kyotocabinet: Switch homepage and download to https.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4b51ee9efe
commit
94f5694a5a
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="kyotocabinet"
|
||||
VERSION="1.2.76"
|
||||
HOMEPAGE="http://fallabs.com/kyotocabinet/"
|
||||
DOWNLOAD="http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.76.tar.gz"
|
||||
HOMEPAGE="https://fallabs.com/kyotocabinet/"
|
||||
DOWNLOAD="https://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.76.tar.gz"
|
||||
MD5SUM="b925d369d7ed4a37cf0013409046738c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -16,4 +16,4 @@ kyotocabinet: as a key and a value. Each key must be unique within a database.
|
|||
kyotocabinet: There is neither concept of data tables nor data types.
|
||||
kyotocabinet: Records are organized in hash table or B+ tree.
|
||||
kyotocabinet:
|
||||
kyotocabinet: homepage: http://fallabs.com/kyotocabinet/
|
||||
kyotocabinet: homepage: https://fallabs.com/kyotocabinet/
|
||||
|
|
Loading…
Reference in New Issue