Skip to content

Instantly share code, notes, and snippets.

@ayucat
Created March 5, 2013 00:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayucat/5087150 to your computer and use it in GitHub Desktop.
Save ayucat/5087150 to your computer and use it in GitHub Desktop.
f**kin latest version checker for packages managed with pear
#!/bin/sh
pear list-upgrades |grep -v 'No upgrades available'
PEAR.CAKEPHP.ORG AVAILABLE UPGRADES (STABLE):
=============================================
CHANNEL PACKAGE LOCAL REMOTE SIZE
pear.cakephp.org CakePHP 2.3.0 (stable) 2.3.1 (stable) 1312kB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment