Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
fixing version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hann committed Jan 28, 2014
1 parent ef91799 commit 4c93027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ An archey script for OS X.
* [License](#license)

##Download
The latest stable release is [1.1](https://github.com/obihann/archey-osx/archive/1.1.tar.gz).
The latest stable release is [1.2](https://github.com/obihann/archey-osx/archive/1.2.tar.gz).

SHA1: 52da445c38c08415caa8ba93d28bbfe7b4ac1003

Expand All @@ -49,6 +49,7 @@ brew install archey
* [djmelik](https://github.com/djmelik/archey) - Archey
* [joshfinnie](https://github.com/joshfinnie/archey-osx) - A great OSX Python port of Archey
* [Gary00](https://github.com/Gary00/archey-osx) - A fork of joshfinnie's Archey port, and the base of this script.
* [rdlugosz](https://github.com/rdlugosz) - Fixing a math error with memory caculations.

##License
This tool is protected by the [GNU General Public License v2](http://www.gnu.org/licenses/gpl-2.0.html).
Expand Down
4 changes: 2 additions & 2 deletions archey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

class Archey < Formula
homepage 'http://obihann.github.io/archey-osx/'
url 'https://github.com/obihann/archey-osx/archive/1.1.tar.gz'
url 'https://github.com/obihann/archey-osx/archive/1.2.tar.gz'
sha1 '52da445c38c08415caa8ba93d28bbfe7b4ac1003'
version "1.1"
version "1.2"

def install
bin.install 'bin/archey'
Expand Down

0 comments on commit 4c93027

Please sign in to comment.