Various package renames and fixes for version checking (#9856)

* Rename aws to aws_cli

* Rename ffcall to libffcall

* Update filecmd homepage

* Update go_bootstrap homepage

* Update go homepage

* Update bacon homepage

* Rename jsonc to json_c

* Update libffi homepage

* Update libgd homepage

* Rename libjpeg to libjpeg_turbo

* Update libpng homepage

* Rename mandb to man_db

* Update mongodb homepage

* Rename moonbuggy to moon_buggy

* Update mpc homepage

* Update netcat homepage

* Update nethack4 homepage

* Rename pkgconfig to pkg_config

* Rename postgres to postgresql

* Rename proj4 to proj

* Update qemacs homepage

* Update readline homepage

* Update scrollz homepage

* Update xzutils homepage

* Update weather homepage
This commit is contained in:
Maximilian Downey Twiss
2024-05-28 09:09:35 +10:00
committed by GitHub
parent 8f722f2753
commit 9a136cac4f
165 changed files with 157 additions and 148 deletions

View File

@@ -2,7 +2,7 @@ require 'package'
class Readline < Package
description 'The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.'
homepage 'http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html'
homepage 'https://tiswww.cwru.edu/php/chet/readline/rltop.html'
version '8.2'
license 'GPL-2'
compatibility 'all'