mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update homepages of packages from a-c (#9915)
* Update acpica homepage * Update aide homepage * Update aliyun_cli homepage * Update alpine homepage * Update anagram source_url * Update ant homepage * Update apktool homepage * Update appres homepage * Update appstream homepage * Update apr_iconv homepage * Update apr_util homepage * Update armadillo homepage * Update asciidoc homepage * Update at_spi2_core homepage * Update avahi homepage * Update aview homepage * Update babl homepage * Update balena_etcher homepage * Update banner homepage * Update bashdb homepage * Update bdftopcf homepage * Update bind homepage * Update bitmap homepage * Update bitpocket homepage * Update bluefish homepage * Update bmon homepage * Update brackets homepage * Update broadway homepage * Update broot homepage * Update byobu homepage * Update c_ares homepage * Update calcurse homepage * Update ccache homepage * Update cf homepage * Update chrome homepage * Update chrpath homepage * Update ck4up homepage * Update ckermit homepage
This commit is contained in:
committed by
GitHub
parent
4b581cf3ae
commit
ce72f28f24
@@ -2,12 +2,12 @@ require 'package'
|
||||
|
||||
class Acpica < Package
|
||||
description 'ACPI tools, including Intel ACPI Source Language compiler'
|
||||
homepage 'https://acpica.org/'
|
||||
homepage 'https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html'
|
||||
version '20200925'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
source_url 'https://acpica.org/sites/acpica/files/acpica-unix-20200925.tar.gz'
|
||||
source_sha256 'd44388e21e3d2e47c6d39e9c897935d3f775f04fec76271dcba072c74f834589'
|
||||
source_url 'https://github.com/acpica/acpica.git'
|
||||
git_hashtag 'R09_25_20'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
binary_sha256({
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Aide < Package
|
||||
description 'Advanced Intrusion Detection Environment'
|
||||
homepage 'http://aide.sourceforge.net/'
|
||||
homepage 'https://aide.github.io'
|
||||
version '0.15.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Aliyun_cli < Package
|
||||
description 'Alibaba Cloud CLI'
|
||||
homepage 'https://www.alibabacloud.com/help/en/alibaba-cloud-cli'
|
||||
homepage 'https://www.alibabacloud.com/help/en/cli/'
|
||||
version '3.0.141'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,11 +2,11 @@ require 'package'
|
||||
|
||||
class Alpine < Package
|
||||
description 'The continuation of the Alpine email client from University of Washington.'
|
||||
homepage 'http://alpine.x10host.com/alpine'
|
||||
homepage 'https://alpineapp.email/'
|
||||
version '2.25'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
source_url 'http://alpine.x10host.com/alpine/release/src/alpine-2.25.tar.xz'
|
||||
source_url 'https://alpineapp.email/alpine/release/src/Old/alpine-2.25.tar.xz'
|
||||
source_sha256 '658a150982f6740bb4128e6dd81188eaa1212ca0bf689b83c2093bb518ecf776'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@ class Anagram < Package
|
||||
description 'finds anagrams or permutations of words in the target phrase'
|
||||
homepage 'https://www.fourmilab.ch/anagram/'
|
||||
version '1.5'
|
||||
license 'public-domain'
|
||||
license 'CC0-1.0'
|
||||
compatibility 'all'
|
||||
source_url 'https://www.fourmilab.ch/anagram/anagram-1.5.tar.gz'
|
||||
source_sha256 '62eca59318782e889118a0e130d454e1c397aedd99fc59b2194393bf0eff5348'
|
||||
source_url 'https://github.com/Fourmilab/anagram.git'
|
||||
git_hashtag '5466ccd28c1b8f46bd8af420d17801bdf1da51a8'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Ant < Package
|
||||
description 'Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.'
|
||||
homepage 'http://ant.apache.org/'
|
||||
homepage 'https://ant.apache.org/'
|
||||
version '1.10.14'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Apktool < Package
|
||||
description 'A tool for reverse engineering Android apk files'
|
||||
homepage 'https://ibotpeaches.github.io/Apktool/'
|
||||
homepage 'https://apktool.org/'
|
||||
version '2.7.0'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Appres < Package
|
||||
description 'The appres program prints the resources seen by an application (or subhierarchy of an application) with the specified class and instance names.'
|
||||
homepage 'https://www.x.org'
|
||||
homepage 'https://gitlab.freedesktop.org/xorg/app/appres'
|
||||
version '1.0.5'
|
||||
license 'custom'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -5,7 +5,7 @@ require 'buildsystems/meson'
|
||||
|
||||
class Appstream < Meson
|
||||
description 'Provides a standard for creating app stores across distributions'
|
||||
homepage 'https://distributions.freedesktop.org/wiki/AppStream'
|
||||
homepage 'https://www.freedesktop.org/wiki/Distributions/AppStream/'
|
||||
version '1.0.2'
|
||||
license 'GPL'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Apr_iconv < Package
|
||||
description 'a portable implementation of the iconv() library'
|
||||
homepage 'http://apr.apache.org/'
|
||||
homepage 'https://apr.apache.org/'
|
||||
version '1.2.2'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/autotools'
|
||||
|
||||
class Apr_util < Autotools
|
||||
description 'APR-util provides a number of helpful abstractions on top of APR.'
|
||||
homepage 'http://apr.apache.org/'
|
||||
homepage 'https://apr.apache.org/'
|
||||
version '1.6.3'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Armadillo < Package
|
||||
description 'Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use'
|
||||
homepage 'http://arma.sourceforge.net/'
|
||||
homepage 'https://arma.sourceforge.net/'
|
||||
version '9.600.5'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Asciidoc < Package
|
||||
description 'AsciiDoc is a presentable text document format for writing articles, UNIX man pages and other small to medium sized documents.'
|
||||
homepage 'http://asciidoc.org/'
|
||||
homepage 'https://asciidoc.org/'
|
||||
@_ver = '10.2.0'
|
||||
version "#{@_ver}-py3.12"
|
||||
license 'GPL-2'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/meson'
|
||||
|
||||
class At_spi2_core < Meson
|
||||
description 'This is over DBus, tookit widgets provide their content to screen readers such as Orca'
|
||||
homepage 'http://www.freedesktop.org/'
|
||||
homepage 'https://www.freedesktop.org/wiki/'
|
||||
version '2.51.91'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/autotools'
|
||||
|
||||
class Avahi < Autotools
|
||||
description 'Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite.'
|
||||
homepage 'http://www.avahi.org/'
|
||||
homepage 'https://avahi.org/'
|
||||
version '0.9-rc1'
|
||||
license 'LGPL-2.1'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Aview < Package
|
||||
description 'aview is an high quality ascii-art image(pnm) browser and animation(fli/flc) player useful especially with lynx browser.'
|
||||
homepage 'http://aa-project.sourceforge.net/aview/'
|
||||
homepage 'https://aa-project.sourceforge.net/aview/'
|
||||
version '1.3.0rc1'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/meson'
|
||||
|
||||
class Babl < Meson
|
||||
description 'babl is a dynamic, any to any, pixel format translation library.'
|
||||
homepage 'http://gegl.org/babl/'
|
||||
homepage 'https://gegl.org/babl/'
|
||||
version '0.1.108'
|
||||
license 'LGPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Balena_etcher < Package
|
||||
description 'Flash OS images to SD cards & USB drives, safely and easily.'
|
||||
homepage 'https://www.balena.io/etcher/'
|
||||
homepage 'https://etcher.balena.io'
|
||||
version '1.19.21'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'x86_64'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Banner < Package
|
||||
description 'An implementation of the traditional Unix-program used to display large characters.'
|
||||
homepage 'http://shh.thathost.com/pub-unix/#banner'
|
||||
homepage 'https://shh.thathost.com/pub-unix/'
|
||||
version '1.3.2'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Bashdb < Package
|
||||
description 'The Bash Debugger Project is a source-code debugger for bash that follows the gdb command syntax.'
|
||||
homepage 'http://bashdb.sourceforge.net/'
|
||||
homepage 'https://bashdb.sourceforge.net/'
|
||||
version '5.0-1.1.2-abac'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Bdftopcf < Package
|
||||
description 'BDF to PCF font converter for X11'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.1'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/autotools'
|
||||
|
||||
class Bind < Autotools
|
||||
description 'BIND is open source software that enables you to publish your Domain Name System (DNS) information on the Internet, and to resolve DNS queries for your users.'
|
||||
homepage 'https://www.isc.org/downloads/bind/'
|
||||
homepage 'https://www.isc.org/bind/'
|
||||
version '9.18.21'
|
||||
license 'Apache-2.0, BSD, BSD-2, GPL-2, HPND, ISC and MPL-2.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Bitmap < Package
|
||||
description 'bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities'
|
||||
homepage 'https://www.x.org'
|
||||
homepage 'https://www.x.org/wiki/'
|
||||
version '1.0.9'
|
||||
license 'custom'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,11 +2,11 @@ require 'package'
|
||||
|
||||
class Bitpocket < Package
|
||||
description '"DIY Dropbox" or "2-way directory (r)sync with proper deletion"'
|
||||
homepage 'https://github.com/sickill/bitpocket'
|
||||
homepage 'https://github.com/ku1ik/bitpocket'
|
||||
version '0.2'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/sickill/bitpocket/archive/v0.2.tar.gz'
|
||||
source_url 'https://github.com/ku1ik/bitpocket/archive/v0.2.tar.gz'
|
||||
source_sha256 'f3952374a1139465700f9122d7a929227be5cdeb681679cbe00bb93658adbd1f'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Bluefish < Package
|
||||
description 'Bluefish is a powerful editor targeted towards programmers and webdevelopers'
|
||||
homepage 'http://bluefish.openoffice.nl/index.html'
|
||||
homepage 'https://bluefish.openoffice.nl/index.html'
|
||||
version '2.2.13'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Bmon < Package
|
||||
description 'bmon is a commandline bandwidth monitor and rate estimator.'
|
||||
homepage 'https://www.infradead.org/~tgr/bmon/'
|
||||
homepage 'https://github.com/tgraf/bmon/'
|
||||
version '4.0-1'
|
||||
license 'BSD-2 and MIT'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Brackets < Package
|
||||
description 'A modern, open source text editor that understands web design.'
|
||||
homepage 'http://brackets.io/'
|
||||
homepage 'https://brackets.io/'
|
||||
version '1.14.1'
|
||||
license 'MPL-2.0'
|
||||
compatibility 'x86_64'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Broadway < Package
|
||||
description 'Run GTK applications in a browser window.'
|
||||
homepage 'https://developer.gnome.org/gtk3/stable/gtk-broadway.html'
|
||||
homepage 'https://docs.gtk.org/gtk3/broadway.html'
|
||||
version 'gtk3.22-3'
|
||||
license 'GPL-3+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
@@ -65,7 +65,7 @@ class Broadway < Package
|
||||
puts
|
||||
puts 'To complete the installation, execute the following:'.lightblue
|
||||
puts "echo '# Broadway environment variables + daemon' >> ~/.bashrc".lightblue
|
||||
puts "echo '# See https://developer.gnome.org/gtk3/stable/gtk-broadway.html' >> ~/.bashrc".lightblue
|
||||
puts "echo '# See https://docs.gtk.org/gtk3/broadway.html' >> ~/.bashrc".lightblue
|
||||
puts "echo 'alias startbroadway=\"set -a && source ~/.broadway.env && set +a && initbroadway\"' >> ~/.bashrc".lightblue
|
||||
puts "echo 'startbroadway' >> ~/.bashrc".lightblue
|
||||
puts 'source ~/.bashrc'.lightblue
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Broot < Package
|
||||
description 'A new way to see and navigate directory trees'
|
||||
homepage 'https://dystroy.org/broot'
|
||||
homepage 'https://dystroy.org/broot/'
|
||||
version '1.11.1'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Byobu < Package
|
||||
description 'Byobu is a GPLv3 open source text-based window manager and terminal multiplexer.'
|
||||
homepage 'http://byobu.org/'
|
||||
homepage 'https://www.byobu.org'
|
||||
version '5.125'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/cmake'
|
||||
|
||||
class C_ares < CMake
|
||||
description 'C library for asynchronous DNS requests (including name resolves).'
|
||||
homepage 'https://c-ares.haxx.se/'
|
||||
homepage 'https://c-ares.org/'
|
||||
version '1.23.0'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,11 +2,11 @@ require 'package'
|
||||
|
||||
class Calcurse < Package
|
||||
description 'calcurse is a calendar and scheduling application for the command line.'
|
||||
homepage 'http://calcurse.org/'
|
||||
homepage 'https://calcurse.org/'
|
||||
version '4.3.0'
|
||||
license 'BSD-2'
|
||||
compatibility 'all'
|
||||
source_url 'http://calcurse.org/files/calcurse-4.3.0.tar.gz'
|
||||
source_url 'https://calcurse.org/files/calcurse-4.3.0.tar.gz'
|
||||
source_sha256 '31ecc3dc09e1e561502b4c94f965ed6b167c03e9418438c4a7ad5bad2c785f9a'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/cmake'
|
||||
|
||||
class Ccache < CMake
|
||||
description 'Compiler cache that speeds up recompilation by caching previous compilations'
|
||||
homepage 'https://ccache.samba.org/'
|
||||
homepage 'https://ccache.dev/'
|
||||
version '4.9.1'
|
||||
license 'GPL-3 and LGPL-3'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Cf < Package
|
||||
description 'The official command line client for Cloud Foundry'
|
||||
homepage 'https://docs.cloudfoundry.org/cf-cli'
|
||||
homepage 'https://docs.cloudfoundry.org/cf-cli/'
|
||||
version '6.53.0'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'i686 x86_64'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Chrome < Package
|
||||
description 'Google Chrome is a fast, easy to use, and secure web browser.'
|
||||
homepage 'https://www.google.com/chrome'
|
||||
homepage 'https://www.google.com/chrome/'
|
||||
version '125.0.6422.141-1'
|
||||
license 'google-chrome'
|
||||
compatibility 'x86_64'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Chrpath < Package
|
||||
description 'Change or delete the rpath or runpath in ELF files'
|
||||
homepage 'https://directory.fsf.org/project/chrpath/'
|
||||
homepage 'https://directory.fsf.org/wiki/Chrpath'
|
||||
version '0.16'
|
||||
license 'GPL-2+'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Ck4up < Package
|
||||
description 'Check for Updates, a utility to monitor web pages for updates'
|
||||
homepage 'http://jue.li/crux/ck4up'
|
||||
homepage 'http://jue.li/crux/ck4up/'
|
||||
version '1.4'
|
||||
license 'GPL-2+'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Ckermit < Package
|
||||
description 'C-Kermit is a combined serial and network communication software package.'
|
||||
homepage 'http://www.kermitproject.org/ck90.html'
|
||||
homepage 'https://www.kermitproject.org/ck90.html'
|
||||
version '8.0.211-1'
|
||||
license 'Kermit'
|
||||
compatibility 'all'
|
||||
|
||||
Reference in New Issue
Block a user