diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-21 13:42:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:29:57 +0700 |
commit | 69790fdc408de667e74c87913b1795d4e391ed12 (patch) | |
tree | e14bec89bbc5ede975963b9b8dcd0bfc0b14e4e2 /ruby/sqlite3 | |
parent | 278499379a618e8f763459b0b413d6b830a93a76 (diff) |
ruby/sqlite3: Update HOMEPAGE and DOWNLOAD urls.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/sqlite3')
-rw-r--r-- | ruby/sqlite3/slack-desc | 2 | ||||
-rw-r--r-- | ruby/sqlite3/sqlite3.info | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ruby/sqlite3/slack-desc b/ruby/sqlite3/slack-desc index 0b0d56562ed7..a04327e12c93 100644 --- a/ruby/sqlite3/slack-desc +++ b/ruby/sqlite3/slack-desc @@ -12,7 +12,7 @@ sqlite3: This module allows Ruby programs to interface with the SQLite3 sqlite3: database engine. sqlite3: sqlite3: -sqlite3: http://rubygems.org/gems/sqlite3 +sqlite3: https://rubygems.org/gems/sqlite3 sqlite3: sqlite3: sqlite3: diff --git a/ruby/sqlite3/sqlite3.info b/ruby/sqlite3/sqlite3.info index ff035e8cd703..6e10cd5f7209 100644 --- a/ruby/sqlite3/sqlite3.info +++ b/ruby/sqlite3/sqlite3.info @@ -1,7 +1,7 @@ PRGNAM="sqlite3" VERSION="1.3.13" -HOMEPAGE="http://rubygems.org/gems/sqlite3" -DOWNLOAD="http://rubygems.org/downloads/sqlite3-1.3.13.gem" +HOMEPAGE="https://rubygems.org/gems/sqlite3" +DOWNLOAD="https://rubygems.org/downloads/sqlite3-1.3.13.gem" MD5SUM="96151574f04ca86a96b6ebe6dece9494" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |