mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
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:
committed by
GitHub
parent
8f722f2753
commit
9a136cac4f
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Weather < Package
|
||||
description 'This command-line utility is intended to provide quick access to current weather conditions and forecasts.'
|
||||
homepage 'http://fungi.yuggoth.org/weather/'
|
||||
homepage 'https://fungi.yuggoth.org/weather/'
|
||||
version '2.3'
|
||||
license 'ISC'
|
||||
compatibility 'all'
|
||||
|
||||
Reference in New Issue
Block a user