aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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