Skip to content

Python script to run livecheck and bump-formula-pr for new versions of formulas

Notifications You must be signed in to change notification settings

adithyasunil26/homebrew-formula-bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew-formula-bump

The BumpIt script makes use of brew livecheck and brew bump-formula-pr to check for new version of formulas and PR the version bumps to Homebrew Core repo.

Warning: The script may take a long time to complete execution.

Usage

Run the script using

python BumpIt.py

This will print the bump-pr statements to a bash script and to execute use

bash <date>_script.sh

Although it is possible to directly send the PRs from within the BumpIt script(simply uncomment the last line in the script), it is reccomended that you print to terminal or file and examine before executing as livecheck might sometimees return versions that are unstable releases or pre-releases.

Updating the cask list

Update homebrew using brew update then run the updater script using

python formulalistupdater.py

About

Python script to run livecheck and bump-formula-pr for new versions of formulas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages