aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/screenfetch.rb
diff options
context:
space:
mode:
authorWilliam Woodruff2014-06-29 23:49:42 -0400
committerMike McQuaid2014-06-30 08:23:38 +0100
commit384ebb557ca01e8a00b8959438eeeae33a51ca80 (patch)
treecc0e328debacd43d49e27c22357c6d0cf50cb90e /Library/Formula/screenfetch.rb
parent73c0dabcda969f8229c6224d6a827c14d8a8d2e9 (diff)
downloadhomebrew-384ebb557ca01e8a00b8959438eeeae33a51ca80.tar.bz2
screenfetch 3.5.0
Diffstat (limited to 'Library/Formula/screenfetch.rb')
-rw-r--r--Library/Formula/screenfetch.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/screenfetch.rb b/Library/Formula/screenfetch.rb
index fed169464..0f0b967e2 100644
--- a/Library/Formula/screenfetch.rb
+++ b/Library/Formula/screenfetch.rb
@@ -1,9 +1,9 @@
require "formula"
class Screenfetch < Formula
- homepage "http://git.silverirc.com/cgit.cgi/screenfetch.git"
- url "http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/screenfetch-3.2.2.tar.bz2"
- sha1 "29ec0d68b2799a946dc75b390d96e5f1b2bb8aaf"
+ homepage "https://github.com/KittyKatt/screenFetch"
+ url "https://github.com/KittyKatt/screenFetch/archive/v3.5.0.tar.gz"
+ sha1 "01d108da5de053b518c1cc49d6e6cc6b9837a59a"
head 'git://git.silverirc.com/screenfetch.git', :shallow => false
bottle do
@@ -15,6 +15,7 @@ class Screenfetch < Formula
def install
bin.install "screenfetch-dev" => "screenfetch"
+ man1.install "screenfetch.1"
end
test do