From 4c93027246391be2abba7184e5170aeced09eeb9 Mon Sep 17 00:00:00 2001 From: Jeff Hann Date: Tue, 28 Jan 2014 10:03:15 -0400 Subject: [PATCH] fixing version numbers --- README.md | 3 ++- archey.rb | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fb9a13..ea331d7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). diff --git a/archey.rb b/archey.rb index a51b4ee..b6f8745 100644 --- a/archey.rb +++ b/archey.rb @@ -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'