mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Update additional package homepages. (#10208)
* Update freetds homepage * Update py3_minidb homepage * Update shhmsg homepage * Update shhopt homepage
This commit is contained in:
committed by
GitHub
parent
75b27f2d3a
commit
0f1a3025ae
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Freetds < Package
|
||||
description 'FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.'
|
||||
homepage 'http://www.freetds.org/'
|
||||
homepage 'https://www.freetds.org/'
|
||||
version '1.2.18'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/pip'
|
||||
|
||||
class Py3_minidb < Pip
|
||||
description 'Minidb is a simple SQLite3-based store for Python objects.'
|
||||
homepage 'http://thp.io/2010/minidb/'
|
||||
homepage 'https://thp.io/2010/minidb/'
|
||||
@_ver = '2.0.5'
|
||||
version "#{@_ver}-py3.12"
|
||||
license 'ISC'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Shhmsg < Package
|
||||
description 'C-functions for error messages, verbose messages and \'normal\' messages in terminal-based programs.'
|
||||
homepage 'http://shh.thathost.com/pub-unix/#sshmsg'
|
||||
homepage 'https://shh.thathost.com/pub-unix/#sshmsg'
|
||||
version '1.4.2-2'
|
||||
license 'Artistic'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Shhopt < Package
|
||||
description 'C-functions for parsing command line options, both traditional one-character options, and GNU\'ish --long-options.'
|
||||
homepage 'http://shh.thathost.com/pub-unix/#sshopt'
|
||||
homepage 'https://shh.thathost.com/pub-unix/#sshopt'
|
||||
version '1.1.7-2'
|
||||
license 'Artistic'
|
||||
compatibility 'all'
|
||||
|
||||
Reference in New Issue
Block a user